Function rust_lisp::eval[][src]

pub fn eval(
    env: Rc<RefCell<Env>>,
    expression: &Value
) -> Result<Value, RuntimeError>
Expand description

Evaluate a single Lisp expression in the context of a given environment.