Ken Domino
Ken Domino
I found one issue: if the .g4 file you are trying to reformat doesn't parse, codebuff fails with the Object reference not set to an instance of an object. You...
Anders, I get the same type of problem if the file does not parse. It may be caused because the grammar used in the Antlr tool is not the same...
I uploaded a new version of the AntlrVSIX extension v3.0.3. This version shunts all the exception information into a logger which should get displayed in a pop-up message box. If...
> System.Text.Encoding.CodePages This is caused by Antlr4BuildTasks requiring Microsoft.Build.Utilities.Core which requires System.Text.Encoding.CodePages. Assuming that changes in the API are backward compatible, try adding `NU1605` to the first/top `` in the...
The code is supposed to handle all this, but it's braking in your environment. Could you post the output from "dotnet build --verbosity diagnostic" here? That was the whole point...
Well, they should not be on the compile list, but deletion depends on another user option. They may want that to be "source". I will check and adjust the code....
Replaced WebClient using HttpClient calls. The Maven Central errors are caused by Maven Central being super slow. I don't think there server can handle a lot of traffic. Occasionally, we...
In order to compute the lookahead sets that a parse expects, the error listener makes a call back to the Antlr runtime to get the lookahead. If the token is...
Correcting this problem is easy. But, there is another problem. It looks like I'm not getting any information of possible parses for an input with error (e.g., add after "PRTHDG1:...
For sure, something is wrong with the interpreter because it faults very early on with no viable paths through the ATN. [xx.txt](https://github.com/kaby76/Antlr4BuildTasks/files/4942214/xx.txt) [x.txt](https://github.com/kaby76/Antlr4BuildTasks/files/4942215/x.txt)