pub fn interpret(source_code: &str) -> Result<String, String>
Interface for Walc language. Takes a source program and returns the result of the computation, Or an error.