3 Repositories
Android grammar Libraries
A nice parser combinator library for Kotlin
better-parse A nice parser combinator library for Kotlin JVM, JS, and Multiplatform projects val booleanGrammar = object : GrammarBooleanExpression(
Naive one-pass recursive descent, scannerless parser framework for Kotlin
ParserKt ・ ・ ・ Introduction ParserKt is a naive one-pass recursive descent, scannerless parser framework for Kotlin (mainly JVM, compatible for JS) A
Checks if the given grammar is LL(k) for the given k
LL(k) Checker Checks if the given grammar is LL(k) for the given k Grammars Curr