Remove the old pass_result tree.

This commit is contained in:
2023-01-27 21:44:08 -08:00
parent 3333dffa1e
commit ff8412acca
5 changed files with 84 additions and 184 deletions

View File

@@ -1,4 +1,3 @@
pub mod backend;
pub mod ir;
pub mod pass_result;
pub mod syntax;