-
Notifications
You must be signed in to change notification settings - Fork 22
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
AST generator #1038
base: main
Are you sure you want to change the base?
AST generator #1038
Conversation
9289838
to
1261da9
Compare
A bit hacky, but a nice tool for checking coverage. Is used to generate full AST for EBNF formular printer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge that but we need to put the functor for generating ASTs out of ast_utils
7be90f0
to
4e4d439
Compare
Moved the generator functor to |
This PR has been marked as stale due to a lack of activity for 60 days. If you believe this pull request is still relevant, please provide an update or comment to keep it open. Otherwise, it will be closed in 7 days. |
A generator for AST elements, useful for printing EBNF formulas for the entire AST or for testing (coverage, property based, ..).