move to a predicate-based module system, move to loader.[rs|pl]-based compilation, add support for incremental clause compilation
This commit is contained in:
@@ -35,6 +35,7 @@ use crate::nix::sys::signal;
|
||||
mod macros;
|
||||
mod allocator;
|
||||
mod arithmetic;
|
||||
mod machine;
|
||||
mod codegen;
|
||||
mod clause_types;
|
||||
mod debray_allocator;
|
||||
@@ -45,7 +46,6 @@ mod heap_print;
|
||||
mod indexing;
|
||||
mod instructions;
|
||||
mod iterators;
|
||||
mod machine;
|
||||
mod read;
|
||||
mod targets;
|
||||
mod write;
|
||||
|
||||
Reference in New Issue
Block a user