Function skiff::interpreter::interpret::interpret[][src]

pub fn interpret(program: &Program) -> Result<Vec<Val>, InterpError>
Expand description

Interpret a Skiff program, possibly returning a runtime error