move bump allocation logic to its own module

This commit is contained in:
Mark Thom
2020-02-12 23:34:05 -07:00
parent 969bd8f82c
commit 5a6333129b
3 changed files with 144 additions and 92 deletions

View File

@@ -19,6 +19,7 @@ pub mod machine_errors;
pub mod machine_indices;
pub(super) mod machine_state;
pub mod modules;
mod raw_vec;
mod stack;
pub(super) mod term_expansion;
pub mod toplevel;