Seeking Active Kotlin Packrat Parser Libraries

Hello,

I have a question about packrat parsers in Kotlin. I have found several implementations:

Do you know of any alternatives? For me, these two projects look abandoned, as the last commits were made 1 and 2 years ago, respectively.

Currently, I am searching for a packrat parser library written in Kotlin. My requirements are simple:

  • Write a parser using DSL (or grammar file).
  • Obtain an AST for the expression.
  • Have the ability to write an interpreter for the generated AST.

Thanks in advance for any help!

submitted by /u/Big_Minute_9184
[link] [comments]