Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ktakashi/kotlin-peg

Yet another parser combinator library for Kotlin
https://github.com/ktakashi/kotlin-peg

Last synced: 13 days ago
JSON representation

Yet another parser combinator library for Kotlin

Awesome Lists containing this project

README

        

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).