get rid of LocalMachineCodeIndex

This commit is contained in:
Mark Thom
2018-06-24 23:32:50 -06:00
parent 2d7032e61a
commit 870316b0d1
6 changed files with 54 additions and 147 deletions

View File

@@ -9,6 +9,7 @@ pub mod ast;
#[macro_use]
pub mod allocator;
pub mod toplevel;
pub mod machine;
pub mod compile;
pub mod arithmetic;
pub mod codegen;
@@ -20,7 +21,6 @@ pub mod heap_print;
pub mod indexing;
pub mod io;
pub mod iterators;
pub mod machine;
pub mod or_stack;
#[macro_use]
pub mod parser;