Lex Li

Results 633 comments of Lex Li

Should have been fixed by #136 since release 12.0.0.

No plan to support non-compliant agents, as they require hacks that do not really contribute to any other users of this library.

You might upgrade to ANTLR 4.7 and above (#381) and then see if this issue remains. Note that all new issues should be reported to https://github.com/antlr/antlr4/issues

For possible quick migration path, you might read #381.

Since this is an upstream issue, you should report to https://github.com/antlr/antlr4/issues Read #381 and see why you might migrate away to newer NuGet packages.

The cause of the exception is simple. The installer you built use .NET Framework 4.x to load the custom action, and on IIS 7.x machine such a way will lead...

@RonaldCarter That's not something Visual Studio Setup Project supports. I don't plan to create a master MSI yet, but that is clearly a better way to simplify installation.