Classes | |
class | DefaultFuncRepository |
A repository of operators and functions. More... | |
class | Evaluator |
Expression evaluator. More... | |
class | Expr |
Evaluates mathematical expressions or functions. More... | |
class | ExprOptimizer |
Optimizes the internal code of an expression. More... | |
class | FnCollection |
Collection of constant and function definitions. More... | |
class | StkArg |
Function argument on a stack. More... | |
class | StkConst |
Constant function. More... | |
class | StkFunc |
A function that gets its arguments from stack, and replaces them with its return value. More... | |
class | StkOp |
A general stack operation. More... | |
class | StkOpRepository |
A repository of operators and functions. More... | |
class | StkVar |
Variable on a stack. More... |