Function interpreter::eval_program

source ·
pub fn eval_program(
    env: &EnvRef,
    ast: Program
) -> Result<(EnvRef, Rc<Value>), Error>