add functional notation for operators.
This commit is contained in:
@@ -679,6 +679,7 @@ pub fn compile_listing(wam: &mut Machine, src_str: &str) -> EvalSession
|
|||||||
.or_insert(CodeIndex::default());
|
.or_insert(CodeIndex::default());
|
||||||
|
|
||||||
index.0.set(IndexPtr::Index(p));
|
index.0.set(IndexPtr::Index(p));
|
||||||
|
index.1 = module_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
decl_info.label_clauses(p, &mut code_dir, &mut decl_code);
|
decl_info.label_clauses(p, &mut code_dir, &mut decl_code);
|
||||||
|
|||||||
Submodule src/prolog/parser updated: 0e9dd3a01f...1b3bcc77f2
Reference in New Issue
Block a user