#include "cons.hpp"
Go to the source code of this file.
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().