-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Warn about semantics predicate at the beginning of lexer rule because of it degradates performance a lot #3633
Comments
You mean having the ANTLR4 tool spit out a warning like that? |
Yes, something like |
Sounds good, sure! |
Also, I suggest copying this info from the article to the ANTLR documentation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the article: https://tomassetti.me/improving-the-performance-of-an-antlr-parser/ :
I've also encountered the degradation several times.
@mike-lischke what do you think about introducing of such warning?
The text was updated successfully, but these errors were encountered: