3 Repositories
Android ll1-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(
352 Jan 7, 2023
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
11 Dec 14, 2022
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
1 Dec 19, 2021