petitparser 5.2.0 petitparser: ^5.2.0 copied to clipboard
A dynamic parser framework to build efficient grammars and parsers quickly.
PetitParser Examples #
For more complicated examples see the official example repository or the demo page.
This directory contains the command-line calculator that is described in the introductory tutorial:
dart example/calc.dart "1 + 2 * 3"