feat: change define_ir_processor to handle code_gen_functions

Also flattened out that function by using let else
This commit is contained in:
Kasey White
2023-04-06 13:30:45 -04:00
committed by Kasey
parent bc7b07c1d9
commit 4ff0504d58
2 changed files with 227 additions and 215 deletions

View File

@@ -32,6 +32,7 @@ pub struct FuncComponents {
pub args: Vec<String>,
pub recursive: bool,
pub defined_by_zero_arg: bool,
pub is_code_gen_func: bool,
}
#[derive(Clone, Eq, Debug, PartialEq, Hash)]