petitparser 6.0.0 petitparser: ^6.0.0 copied to clipboard
A dynamic parser framework to build efficient grammars and parsers quickly.
PetitParser Examples #
For more elaborate 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"