Crate operations_parser

Crate operations_parser 

Source

Structs§

ArithmeticParser
The ArithmeticParser is a parser generated by pest based on the grammar defined in grammar.pest.

Enums§

ParseError
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.