Ken Domino
Ken Domino
The problem is clearly the code in EnterState() to test whether this state needs to be revisited. if (_visited.ContainsKey(new Pair(state, token_index))) { if (_log_parse) { System.Console.Error.WriteLine( new String(' ', indent...
I'm still getting this problem, e.g., asn.g in an Antlr3 parse, line 960.
You don't need to "escape" a double quote. So instead of `'\"'` it should be `'"'`.
It is debug so crashes can be traced. Is there an issue?
Release builds don't have a stack trace. The main problem with the package is that it is included downsteam to a build. Once the build is done the package should...
I need to see as much information in a stack trace. Privateassets works but only with "dotnet publish", which I hardly do.
For whatever reason, it's trying to run java.exe, and it has a hard time finding `D:\Frank\Visual Studio Projects\DASH\NGAW2\AntlrTest\Arithmetic.g4`, which is rather surprising because I have double quotes surrounding everything in...
Thank you for point this error out. There were a number of problems fixed. I released 9.3 of Antlr4BuildTasks, and an updated set of templates in 1.4 of Antlr4Templates. --Ken
Sorry, I didn't check the changes in. Done. I made a release 1.4 of the templates here: https://www.nuget.org/packages/Antlr4Templates/1.4.0 The names of the console apps have changed. There is now a...
Thanks for the suggestions. I'll incorporate what I can to clarify the doc and template code.