Functionsยง
- interp
- Interprets a string as a mathematical expression, evaluates it, and returns the result.
- parse_
expression - Parse an expression string into an AST using the Pratt parser. Returns a Result with either the parsed AST or an error explaining what went wrong.
- parse_
expression_ with_ context - parse_
expression_ with_ reserved