Dennis Rieks

Results 69 comments of Dennis Rieks

@martinflorek : Oh sorry, please try to replace version "0.0.5" of antlr-kotlin with "2e25fd550f" (the latest revision listed here: https://jitpack.io/#com.strumenta/antlr-kotlin when clicking on "Commits")

Hi @martinflorek, it seems that I have always used the locally build version of `antlr-kotlin`. I fixed the bug in `antlr-kotlin` that forced the usage of version 0.0.5 (https://github.com/Strumenta/antlr-kotlin/issues/29) I...

Hi @martinflorek, fixed, please try Version `67b2331974`. I added `StringComponentEscape` for escaped characters in Strings. When I find some time, I will add a test that tries to parse a...

Hi, thank you for reporting. I think this is a bug in the Kotlin ANTLR-Grammar, because kotlinx.ast is using a copy of this grammar to parse the kotlin source with...

Hi @C-wx, parsing of method content is not implemented. you can access the "raw" AST, but there is no kotlinx.ast API.

Hi, I have currently no time to work on the update..

Hi @ftomassetti, I'm using antlr-kotlin to parse kotlin code itself using the official kotlin grammer, it's working fine :-) https://kotlinlang.org/docs/reference/grammar.html https://github.com/Kotlin/kotlin-spec/tree/master/grammar/src/main/antlr I have written a small wrapper on top of...

@softwarehangar7 can you add the gradle file that you have used? Please also have a look at https://github.com/Strumenta/antlr-kotlin/blob/master/antlr-kotlin-examples-jvm/build.gradle.kts, maybe it is already fixed in the new version 0.0.5.

Hi @birajpatel , thank you very very much! Your pull request looks very good! Sadly, there is a problem with the build system. To fix this, I want to move...

Hi, I'm really sorry, I don't have much time at the moment. one possibility would be to temporarily expand the antlr-kotlin support. but I'm still not sure why publishing to...