There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Lib for generate parser for grammar, given in form similar to BNF notation. Parse string into easy to use object. You can easy switch between PEG algorithm and its extended version (slower but can work with any context-free grammar)