/PHP-parsing-tool

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)

Primary LanguagePHPMIT LicenseMIT

Watchers