incorporate term_expansion phase in compilation

This commit is contained in:
Mark Thom
2018-09-18 22:44:03 -06:00
parent 78ef18ad75
commit 908972eff1
10 changed files with 211 additions and 89 deletions

View File

@@ -39,8 +39,7 @@ fn prolog_repl() {
wam.clear();
continue;
},
Err(e) =>
print(&mut wam, EvalSession::from(e))
Err(e) => print(&mut wam, EvalSession::from(e))
};
wam.reset();