codegen fix

This commit is contained in:
Mark Thom
2016-10-30 00:19:25 -06:00
parent 63075c9739
commit 509b7838c7
3 changed files with 14 additions and 9 deletions

View File

@@ -35,8 +35,8 @@ fn l0_repl<'a>() {
let program = compile_fact(&fact);
ms = MachineState::new();
ms.program = Some(program);
ms.program = Some(program);
println!("Program stored.");
},
Ok(TopLevel::Query(query)) => {