Skip to content

Expand parser #2

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Expand parser #2

wants to merge 5 commits into from

Conversation

justanr
Copy link
Contributor

@justanr justanr commented Sep 5, 2024

Base for macro system, we'll be shoveling arbitrary token streams with little basis in reality into the parser, lying to it and being rewarded with AST that can be compiled. Trying to do that through *StringLexer may be too difficult a task.

Base for macro system, we'll be shoveling arbitrary token streams with
little basis in reality into the parser, lying to it and being rewarded
with AST that can be compiled. Trying to do that through *StringLexer
may be too difficult a task.
@justanr justanr self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant