Functions manipulating expression trees.
-
eParse
- Parses expression and returns a pointer to an expression tree
-
eTreeDestroy
- Destroy expression tree.
-
eEval
- Compute value of expression.
-
eTreeCombine
- Combine two trees with a specified operator.
Functions manipulating expression trees.
Alphabetic index
libsexpr - a simple library for parsing arithmetic expressions
© 2003 by Marcin Simonides