A fairly major refactor / simplification.

This commit is contained in:
2023-01-16 20:11:06 -08:00
parent 2e82fcf343
commit afcf3c65cd
26 changed files with 800 additions and 1132 deletions

View File

@@ -1,8 +1,4 @@
pub mod asts;
pub mod backend;
pub mod errors;
pub mod passes;
pub mod runtime;
pub mod ir;
pub mod pass_result;
pub mod syntax;
pub mod variable_map;
pub mod warnings;