#include "eval.hpp"Functions | |
| Cell * | eval (Cell *const c) |
| Evaluate the expression tree whose root is pointed to by c (error if c does not hold a well-formed expression). | |
Evaluate the expression tree whose root is pointed to by c (error if c does not hold a well-formed expression).
Referenced by parse_eval_print().
1.5.8