Module ripin::expression [] [src]

Operation on expressions and Expression construction methods.

Structs

Expression

Interpret a Reverse Polish notated expression (cf. 3 4 +).

Enums

Arithm

Used to specify an Operand or an Evaluator.

EvalErr
ExprResult

Used to specify the error during the conversion.

OperandErr

Used to specify an error related to wrong number of operands in expression.