Skip to content

Parser using nested scopes #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 112 commits into
base: main
Choose a base branch
from

Conversation

istathar
Copy link
Member

Initial work to construct a front-end parser. This version continues the direct use of the regex crate as started in #44, but since we've learned we can't do this by being line-oriented, we create and stack scopes to know where we are and use that contextual information to chose the right parser at that point.

@istathar istathar mentioned this pull request Jul 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant