/kotlin-peg

Yet another parser combinator library for Kotlin

Primary LanguageKotlinApache License 2.0Apache-2.0

Kotlin PEG

Yet another parser combinator for Kotlin. The library is inspired by (peg) library from Sagittarius Scheme, which is inspired parser.peg from Gauche.

The goal of this library is to make parsers look like ABNF (or PEG).