interpret

Function interpret 

Source
pub fn interpret(source_code: &str) -> Result<String, String>
Expand description

Interface for Walc language. Takes a source program and returns the result of the computation, Or an error.