Skip to content

petitparser/kotlin-petitparser

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages