petitparser 2.1.1 petitparser: ^2.1.1 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"