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

Support for Kotlin as a target for ANTLR

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

When compiling a parser generated by antlr-kotlin 1.0.1 using Kotlin 2.0.20 and Gradle 8.11 the Kotlin compiler emits this warning: ``` [ERROR_SUPPRESSION] This code uses error suppression for 'UNSAFE_CALL'. While...

bug