-
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
Serialized ATN data element 810567 element 11 out of range 0..65535 #3338
Labels
Milestone
Comments
Out of curiosity: where do you need such a big number of alternatives? |
KvanTTT
added a commit
to KvanTTT/antlr4
that referenced
this issue
Jan 15, 2022
Refactor ATN serializer and deserializer, use ATNDataWriter, ATNDataReader Remove excess data cloning in deserializer fixes antlr#1863, fixes antlr#2732, fixes antlr#3338
KvanTTT
added a commit
to KvanTTT/antlr4
that referenced
this issue
Jan 16, 2022
Refactor ATN serializer and deserializer, use ATNDataWriter, ATNDataReader Remove excess data cloning in deserializer fixes antlr#1863, fixes antlr#2732, fixes antlr#3338
KvanTTT
added a commit
to KvanTTT/antlr4
that referenced
this issue
Jan 17, 2022
Refactor ATN serializer and deserializer, use ATNDataWriter, ATNDataReader Remove excess data cloning in deserializer fixes antlr#1863, fixes antlr#2732, fixes antlr#3338
KvanTTT
added a commit
to KvanTTT/antlr4
that referenced
this issue
Feb 20, 2022
…er.MAX_VALUE) fix antlr#840, fix antlr#1863, fix antlr#2732, fix antlr#3338
Fixed by #3591 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a
.g4
file in which one of the syntax rules has more than 80,000 alternatives,when I run
antlr4 -Dlanguage=Go -visitor
below exception occured
The text was updated successfully, but these errors were encountered: