antlr / antlr4test-maven-plugin

A maven plugin used to test the grammars-v4 repo grammars
BSD 3-Clause "New" or "Revised" License
17 stars 16 forks source link

Add "languages" parameter for checking parser generation on several runtimes #5

Open KvanTTT opened 7 years ago

KvanTTT commented 7 years ago

It reduces the number of "symbol operator conflicts with generated code in target language or runtime" errors for non-java parsers. See https://github.com/antlr/antlr4/issues/1851 as a sample.

I suggest checking generation for all runtimes (Java, C#, JavaScript, Python2, Python3, C++, Go, Swift) by default.