antlr-kotlin
antlr-kotlin copied to clipboard
Support for Kotlin as a target for ANTLR
For example, MySql sample: https://github.com/oleg-zinovev/antlr-kotlin-mysql-example
In this way we do not have to review for styles issues
Because it returns a modifiable map
Hey during using this awesome library, I noticed a thing that bugs me a bit. a parser rule that has multiple options ``` document: rule EOF; rule : OPTIONA |...
Kotlin 2 is coming, bringing benefits to the multi-platform projects. Current versions of Kotlin 2 (Kotlin 2.0.0-Beta3 as of now) cannot be used in production, but we may start running...
I'd like to setup a couple of benchmarks using kotlinx-benchmark. The benchmarks should measure something we can compare with other ANTLR implementations, e.g., antlr4ng. @mike-lischke hey! Would you be ok...
Given we want to switch from Maven to Gradle in ANTLR 5, we could use this repository to experiment since it's already Gradle-based. I had already started looking at how...
Possibly including the typescript type definitions. See https://github.com/oss-review-toolkit/ort/issues/8164
Similarly to https://github.com/antlr/antlr5/issues/10