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