duncanmak / kotlin-petitparser

Dynamic parser combinators in Kotlin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PetitParser for Kotlin

Release Status Kotlin CI GitHub Issues GitHub Forks GitHub Stars GitHub License

Grammars for programming languages are traditionally specified statically. They are hard to compose and reuse due to ambiguities that inevitably arise. PetitParser combines ideas from scannnerless parsing, parser combinators, parsing expression grammars (PEG) and packrat parsers to model grammars and git parsers as objects that can be reconfigured dynamically.

This library is open source, stable and well tested. Development happens on GitHub. Feel free to report issues or create a pull-request there. General questions are best asked on StackOverflow.

License

The MIT License, see LICENSE.

About

Dynamic parser combinators in Kotlin.

License:MIT License


Languages

Language:Kotlin 100.0%