Function callisp::parse_eval_print

source ·
pub fn parse_eval_print(input: String, env: &mut Environment) -> String
Expand description

Parses a string to an expression then evaluates that expression and returns the string representation of the result.