Skip to main content

eval

Function eval 

Source
pub fn eval(expr: &Expr, env: &Env) -> Result<Value, String>
Expand description

Evaluates an expression without file I/O context. This is the public API used by tests and non-I/O evaluation paths.