interpret

Function interpret 

Source
pub fn interpret(
    variables: &mut HashMap<String, Expression>,
    code: String,
) -> (Expression, bool)
Expand description

Interprets a String of code into an Expression.

Also returns a boolean value indicating whether or not the output should be displayed.