Module parser

Source

Structs§

SyntaxError
When there is a problem with the syntax while parsing the expression, a SyntaxError is returned.

Enums§

ParseError
An error that occurs while parsing an expression from a string.
Rule

Functions§

parse
Parses a string into an Expression tree.