Skip to main content

eval_to_string

Function eval_to_string 

Source
pub fn eval_to_string<const N: usize>(
    lisp: &Lisp<N>,
    eval: &mut Evaluator<'_, N>,
    input: &str,
) -> Result<String, EvalError>
Available on crate feature std only.
Expand description

Evaluate a string and return the result as a string