]> Repositorios git - scryer-prolog.git/commitdiff
prepare for batch processing
authorMark Thom <[email protected]>
Tue, 30 Jan 2018 05:07:56 +0000 (22:07 -0700)
committerMark Thom <[email protected]>
Tue, 30 Jan 2018 05:07:56 +0000 (22:07 -0700)
src/main.rs

index 2a223d85cbd647ddbf7ab677180401a9193a3f0a..178a376b7f7257f3ae728b091630d5b1d4bbc603 100644 (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> ");