start of ir

This commit is contained in:
2024-10-17 23:40:09 -04:00
parent e33420e91f
commit b15a40c4d9
19 changed files with 268 additions and 81 deletions
+4 -2
View File
@@ -4,7 +4,8 @@ mod func;
mod module;
mod op;
mod statement;
mod val;
mod lit;
mod ident;
pub use body::*;
pub use expr::*;
@@ -12,6 +13,7 @@ pub use func::*;
pub use module::*;
pub use op::*;
pub use statement::*;
pub use val::*;
pub use lit::*;
pub use ident::*;
use super::*;