Add nbrutil to modules. Move static array to nbrutil
This commit is contained in:
@@ -477,3 +477,6 @@ codegen :: (ast_root : *AST_Node, checker_result : Semantic_Check_Result, output
|
||||
init_codegen_state(*codegen_state, ast_root, checker_result, output_language);
|
||||
return codegen(*codegen_state);
|
||||
}
|
||||
|
||||
#scope_module
|
||||
#import "nbrutil";
|
||||
|
||||
Reference in New Issue
Block a user