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