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

Enable unbounded parser lookahead #755

Merged
merged 1 commit into from
Nov 7, 2022
Merged

Conversation

msujew
Copy link
Member

@msujew msujew commented Nov 4, 2022

Closes #202

Note that the normal LL(k) lookahead can be enabled in the parser config by specifying a maxLookahead.

@msujew msujew added the parser Parser related issue label Nov 4, 2022
@spoenemann spoenemann added this to the v1.0.0 milestone Nov 7, 2022
Copy link
Contributor

@spoenemann spoenemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FINALLY! 🎉

I'll publish a next version after merging this so we can test it with other languages.

@msujew msujew force-pushed the msujew/chevrotain-allstar branch from 776e850 to fb68878 Compare November 7, 2022 13:13
@msujew msujew merged commit d732e55 into main Nov 7, 2022
@msujew msujew deleted the msujew/chevrotain-allstar branch November 7, 2022 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parser Parser related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure parser lookahead
2 participants