Parsek is a cross-platform parser combinator library in Kotlin.
Much of its inspiration comes from FastParse.
The library is built using Gradle.
Invoke ./gradlew build
to build the library.
To start the JS demo, run ./gradlew demos:js-demo:run
.