Fix ncore import
This commit is contained in:
@@ -479,4 +479,4 @@ codegen :: (ast_root : *AST_Node, checker_result : Semantic_Check_Result, output
|
||||
}
|
||||
|
||||
#scope_module
|
||||
#import "nbrutil";
|
||||
#import "ncore";
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user