include builtins implicitly in every module.
This commit is contained in:
@@ -32,7 +32,7 @@ fn prolog_repl() {
|
||||
match read() {
|
||||
Input::Line(line) => parse_and_compile_line(&mut wam, line.as_str()),
|
||||
Input::Batch(batch) =>
|
||||
match compile_listing(&mut wam, batch.as_str()) {
|
||||
match compile_user_module(&mut wam, batch.as_str()) {
|
||||
EvalSession::Error(e) => println!("{}", e),
|
||||
_ => {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user