Module engine

Module engine 

Source

Functionsยง

interp
Interprets a string as a mathematical expression, evaluates it, and returns the result.
parse_expression
Parse an expression string into an AST.
parse_expression_arena_with_context
Parse an expression with reserved variables and context variable names.
parse_expression_with_parameters
Parse an expression with function parameters that should be treated as variables.