pub fn eval_expr(source: &str) -> Result<Value, Diagnostic>Expand description
Quick eval: parse + eval an expression (for REPL), skip typechecking
pub fn eval_expr(source: &str) -> Result<Value, Diagnostic>Quick eval: parse + eval an expression (for REPL), skip typechecking