Skip to content
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

LanguageParser should produce Green Nodes #76

Open
marinasundstrom opened this issue Jan 1, 2025 · 1 comment
Open

LanguageParser should produce Green Nodes #76

marinasundstrom opened this issue Jan 1, 2025 · 1 comment

Comments

@marinasundstrom
Copy link
Owner

Related to issue about Green nodes storing diagnostics #75

@marinasundstrom marinasundstrom transferred this issue from marinasundstrom/CheckedExceptions Jan 1, 2025
@marinasundstrom marinasundstrom changed the title Parser should produce Green Nodes LanguageParser should produce Green Nodes Jan 1, 2025
marinasundstrom added a commit that referenced this issue Jan 3, 2025
Diagnostics stored in Green Nodes
@marinasundstrom
Copy link
Owner Author

There are some challenges to this that has to be solved.

Since we don't use the Red Tree in the parser anymore, we can't do some of the more manipulation. Like updating previous statements. Mainly because the nodes are created when all the child data has been parsed.

Perhaps we should implement some helpers.

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

No branches or pull requests

1 participant