Add nbrutil to modules. Move static array to nbrutil

This commit is contained in:
2024-07-16 14:31:54 +02:00
parent c5758bd023
commit 0471dbe7d7
6 changed files with 10 additions and 44 deletions

View File

@@ -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";