restore parse_term to toplevel

This commit is contained in:
Mark Thom
2018-09-17 21:16:15 -06:00
parent 43ba8f23dc
commit d0ac258c77
5 changed files with 12 additions and 48 deletions

View File

@@ -53,7 +53,7 @@ pub struct Machine {
code: Code,
pub(super) code_dir: Rc<RefCell<CodeDir>>,
pub(super) op_dir: OpDir,
// term_dir: TermDir,
// term_dir: TermDir,
pub(super) modules: ModuleDir,
cached_query: Option<Code>
}