Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.88 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.88 KB

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.