API Reference expression v2.5.0
modules
Modules
Documentation for Expression
, a library to parse and evaluate
Floip compatible expressions
Extract @expression_doc
attributes from modules defining callbacks
and automatically write doctests for those.
The function callbacks for the standard function set available in FLOIP expressions.
The function callbacks for the standard function set available in FLOIP expressions.
A helper module for creating a context that can be used with Expression.Eval
Expression.Eval is responsible for taking an abstract syntax tree (AST) as generated by Expression.Parser and evaluating it.
Expression.Parser is responsible for accepting a string containing an expression and returning the abstract syntax tree (AST) representing the expression.