Structs§
- Arithmetic
Parser - The
ArithmeticParser
is a parser generated bypest
based on the grammar defined ingrammar.pest
.
Enums§
- Parse
Error - The
ParseError
enum represents errors that can occur during the parsing of arithmetic expressions. - Rule
Functions§
- parse_
expression - Parses an arithmetic expression and prints its parse tree.