Ivan Kochurkin

Results 134 issues of Ivan Kochurkin

I'm trying to perform the following steps: 1. Create project **ObfuscationTest.csproj** here: https://github.com/KvanTTT/ObfuscationTest 2. Add **Confuser.MSBuild** dependecy from https://www.nuget.org/packages/Confuser.MSBuild/2.0.0-alpha-0191 3. Add **ObfuscationTest.crproj** file with the following content: ```xml Add Obfuscation...

https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references It may help to decrease number of NRE [NullabilityInference](https://github.com/icsharpcode/NullabilityInference) can be used at the beginning for decreasing manual actions.

fixes #2006 Fixed for Java, C#, Python2/3, JavaScript, Go runtimes Need to be fixed: C++, Swift, Dart, PHP

It simplifies and clarifies code. Also, @toolgood [said](https://github.com/antlr/antlr4/pull/3982) it improves performance.

Use symbolic linking for `node_modules`.

It brings support of multiple `[grammar]` sections (it's useful for separated lexer and parser): ``` [notes] This is a regression test for antlr/antlr4#563 "Inconsistent token handling in ANTLR4". https://github.com/antlr/antlr4/issues/563 [grammar]...

Please, add your grammar to official [grammars-v4](https://github.com/antlr/grammars-v4) repository :)