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
|
#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 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.
|
// [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 "Hash_Table";
|
||||||
#import "String";
|
#import "String";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user