pub fn eval_value_text_traced( source: &str, env: &mut HashMap<String, Value>, ) -> Result<Value, String>