Structs§
- Pure
Evaluator - An
Evaluator
whoseValue
type is the same as itsTerm
type, and whose operators are pure functions on that type that returnResult<Term, E>
Traits§
Functions§
- evaluate
- Evaluate the input expression queue using the provided
Evaluator
.