Bases: object
Adds an expression to this evaluator.
Returns: | the modified Evaluator object |
---|
Evaluates all expressions in this evaluator and returns the result as a tuple.
Returns: | the evaluated expressions in the order they were added to this Evaluator. |
---|
Symbol substitution.
Returns: | the modified Evaluator object |
---|