Improve architecture of the parser #27

Open
opened 2025-10-14 00:04:54 +00:00 by UserCurt · 0 comments
UserCurt commented 2025-10-14 00:04:54 +00:00 (Migrated from codeberg.org)

This issue suggests the cleanup and re-structuring of the parser. It is currently a mess and will be difficult to adjust for future features. The details of the re-structuring and change in architecture are unclear at this time.

Addressing this issue will be helpful to have prior to the implementation of anything that requires new syntax, such as:

  • New operators like parenthesis and brace (#5)
  • Dot operation by numerical index (#2)
  • Dot operation with regular expression (#4)
  • Recursive dot operation (#17)
  • Dot operation with set notation (#3)
  • Segments with set notation (#17)
This issue suggests the cleanup and re-structuring of the parser. It is currently a mess and will be difficult to adjust for future features. The details of the re-structuring and change in architecture are unclear at this time. Addressing this issue will be helpful to have prior to the implementation of anything that requires new syntax, such as: - New operators like parenthesis and brace (#5) - Dot operation by numerical index (#2) - Dot operation with regular expression (#4) - Recursive dot operation (#17) - Dot operation with set notation (#3) - Segments with set notation (#17)
UserCurt modified the milestone from Someday to Release v2 2026-08-02 10:02:20 +00:00
Sign in to join this conversation.
No description provided.