Fix ncore import

This commit is contained in:
2024-07-17 16:24:33 +02:00
parent 76994b2567
commit b475357cf9
2 changed files with 2 additions and 2 deletions

View File

@@ -479,4 +479,4 @@ codegen :: (ast_root : *AST_Node, checker_result : Semantic_Check_Result, output
}
#scope_module
#import "nbrutil";
#import "ncore";

View File

@@ -8,7 +8,7 @@
// [x] Improve error reporting on mismatched overloads when types don't match, but arity does
// [x] Improve error reporting for type mismatches in general. It seems like the expect node is not always correct.
#import "nbrutil";
#import "ncore";
#import "Hash_Table";
#import "String";