a ton of stuff idk more ir work
This commit is contained in:
12
src/parser/v3/lower/mod.rs
Normal file
12
src/parser/v3/lower/mod.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
mod block;
|
||||
mod def;
|
||||
mod expr;
|
||||
mod func;
|
||||
mod module;
|
||||
|
||||
use super::*;
|
||||
use block::*;
|
||||
use def::*;
|
||||
use expr::*;
|
||||
use func::*;
|
||||
use module::*;
|
||||
Reference in New Issue
Block a user