feat: change define_ir_processor to handle code_gen_functions
Also flattened out that function by using let else
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user