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

Optimization #2

Open
d-plaindoux opened this issue Jun 13, 2019 · 0 comments
Open

Optimization #2

d-plaindoux opened this issue Jun 13, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@d-plaindoux
Copy link
Owner

d-plaindoux commented Jun 13, 2019

Since the Celma parser produces an AST we are able to traverse it in order to optimize the produced parser. This can be done by computing the first(s) element in order to have a more predictive parser removing try and backtracks.

@d-plaindoux d-plaindoux added the enhancement New feature or request label Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant