antlr5
antlr5 copied to clipboard
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...