From 77b2da6cf337bbd85914619bfbccba69b6621a04 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 27 Oct 2014 23:20:22 -0500 Subject: rust: add conj, stepA. Self-hosting! --- rust/src/step2_eval.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/step2_eval.rs') diff --git a/rust/src/step2_eval.rs b/rust/src/step2_eval.rs index 9e33042..2cf7897 100644 --- a/rust/src/step2_eval.rs +++ b/rust/src/step2_eval.rs @@ -38,7 +38,7 @@ fn eval_ast(ast: MalVal, env: &HashMap) -> MalRet { } } Ok(match *ast { List(_,_) => list(ast_vec), - _ => vector(ast_vec) }) + _ => vector(ast_vec) }) }, Hash_Map(ref hm,_) => { let mut new_hm: HashMap = HashMap::new(); -- cgit v1.2.3