major refactor

This commit is contained in:
Mark Thom
2018-05-15 22:47:36 -06:00
parent 8f1d721477
commit 06d896277c
22 changed files with 587 additions and 1276 deletions

View File

@@ -9,8 +9,8 @@ pub mod ast;
#[macro_use]
pub mod allocator;
pub mod toplevel;
pub mod compile;
pub mod arithmetic;
pub mod builtins;
pub mod codegen;
pub mod copier;
pub mod debray_allocator;