Skip to main content

eval

Function eval 

Source
pub fn eval(
    expr: &TypedExpression,
    env: &Environment,
) -> Result<Value, EvalError>
Expand description

Evaluate a typed expression in the given environment