Replies: 1 comment 1 reply
-
It seems you are using the visiontunnellabs fork, not the official antlr release. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm fairly new to antlr and I inherited a project at work which uses it - my question is two fold. Currently in nuget I only see Antlr4.Runtime.Standard but I have currently installed Antlr4, Antlr4.Runtime and Antlr4.Codegenerator (4.6.6)
Do I now only need the standard package? Is there a place where I can learn how to make the upgrade?
The reason I want to upgrade is because currently I'm core dumping with files larger than 1 gig (object is 4 gigs in memory) and running in an environment with plenty more. I gather from reading some of the issues that it might help since it uses a newer version of .net?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions