Function oxischeme::eval::evaluate_file [-]  [+] [src]

pub fn evaluate_file(heap: &mut Heap, file_path: &str) -> SchemeResult

Evaluate the file at the given path and return the value of the last form.