Module evaluate

Source

Structs§

PureEvaluator
An Evaluator whose Value type is the same as its Term type, and whose operators are pure functions on that type that return Result<Term, E>

Traits§

Evaluator

Functions§

evaluate
Evaluate the input expression queue using the provided Evaluator.