• Stars
    star
    30
  • Rank 839,658 (Top 17 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 1 year ago

Reviews

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)