cdietze / parsek

Parsek is a cross-platform parser combinator library in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Parsek is a cross-platform parser combinator library in Kotlin


Languages

Language:Kotlin 100.0%