Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 550 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 550 Bytes

Build Status

Parsek

Parsek is a cross-platform parser combinator library in Kotlin.

Much of its inspiration comes from FastParse.

Building

The library is built using Gradle.

Invoke ./gradlew build to build the library.

JS-Demo

To start the JS demo, run ./gradlew demos:js-demo:run.