prepare for batch processing

This commit is contained in:
Mark Thom
2018-01-29 22:07:56 -07:00
parent 73714e8aa2
commit 9ce6403244

View File

@@ -27,8 +27,6 @@ fn process_buffer(wam: &mut Machine, buffer: &str)
fn prolog_repl() {
let mut wam = Machine::new();
load_init_file(&mut wam, "lists.pl");
loop {
print!("prolog> ");