antlr-kotlin icon indicating copy to clipboard operation
antlr-kotlin copied to clipboard

Support for Kotlin as a target for ANTLR

Results 45 antlr-kotlin issues
Sort by recently updated
recently updated
newest added

Now the classes are by default marked as public, it would be nice for libraries using this package to have these classes marked as internal so they won't be exported.

I just tried using a couple different version of this library to test things out. I started with version 0.0.4 and then tried one of the latest ones form jitpack...

ANTLR was designed with extensibility through subclassing in mind. There are currently some limitations where we can't subclass or override methods. One such example is if you want to disable...

Right now the README says to use Jitpack, but as far as I can tell jitpack only builds on Linux. This means even though the runtime works on iOS, OS...

ANTLR 4.8 generation support, since it covers several bugs and problems that prevent me to use the library.

hi!, I cloned and attempted to build the project in order to see if it is able to parse some .g4 files for which I want to generate models. When...

The first time I noticed this was when I was working on the lang example for [kotlinx-llvm](https://github.com/AlexCouch/kotlinx-llvm) called [toylang](https://github.com/AlexCouch/kotlinx-llvm/toylang). The [grammar](https://github.com/AlexCouch/kotlinx-llvm/blob/master/toylang/src/main/antlr/ToylangParser.g4) works perfectly using the antlr intellij plugin's preview panel....

I'm not working on this, but we should prevent duplicate work, so I'm just mention it here for now.

Ciao Federico, I tried to use the Gradle plugin it seems that it cannot find a dependency on antlr-kotlin-target. Should I add another repository URL to satisfy this? Regards, Luigi