Zev Spitz
Zev Spitz
* What version of Visual Studio? * What version of .NET Core? * Is this an ASP.NET project? Could you include the generated parser and lexer, as well as a...
Problems/Questions: 1. An essential requirement is determining when the config has changed. 2. Why is ConfigBase not an interface? It only has abstract methods without signatures.
As a temporary workaround, you can increase the timeout length; see https://stackoverflow.com/q/787334/111794. AFAICT with a large tree, the visualizer processes the entire tree, even when the user can only see...
The configuration may be stored in a different place in VS 2019 -- https://stackoverflow.com/questions/41119996/where-does-visual-studio-2017-store-its-config?noredirect=1&lq=1 .
@MihaMarkic Do you think you could attach the grammar and string to this issue? @doggy8088 I assume this isn't what you're seeing; you're seeing the same error multiple times, even...
@doggy8088 @MihaMarkic Thanks to you both for reporting and interacting on this issue. It's still a relevant problem, when there's a large parse tree. But I'm going to hold off...
The only known bug related to selection is #42.
Test cases (two test projects): * Antlr.Standard.Runtime -- Java ANTLR-generated lexer + parser, reference DLL * short Java file * long Java file * short Java file with errors *...
Should the test project be in .NET Framework or .NET Core? Antlr.Runtime can only be used from .NET Framework, so any tests which target this must use .NET Framework. Tests...
Related #60