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

Generate lossless parse trees #2

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

Generate lossless parse trees #2

wants to merge 4 commits into from

Conversation

osa1
Copy link
Owner

@osa1 osa1 commented Feb 17, 2022

This branch modifies parsegen to generate parsers that generate lossless parse trees.

I wanted to take the simplest approach for now (currently busy moving to another country..), but in the final version we don't need to remove semantic actions entirely. We could easily generate a lossless parse tree parser, or one with semantic actions, based on an input field like type: [lossless|semantic].

@osa1 osa1 changed the title Generate lossless parse tree Generate lossless parse trees Feb 17, 2022
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