antlr5 icon indicating copy to clipboard operation
antlr5 copied to clipboard

Results 13 antlr5 issues
Sort by recently updated
recently updated
newest added

There is a need to revisit the docs: - cater for removed targets - supported hosts (Chrome, Deno etc...) - supported IDEs .../...

Since we'll be evolving grammar syntax, there is a need to prevent false bugs in antlr4, caused by antlr5 syntax unsupported in antlr4. This is easy to achieve by changing...

Currently we generate this code for the Kotlin target: ``` object Modes { const val DEFAULT_MODE = 0 const val FOO = 1 // made uppercase by #8 const val...