Add a language.kl module which should contain builtin stuff
This commit is contained in:
@@ -670,6 +670,10 @@ add_implicit_import(Ast_Scope *scope, Ast_Scope *add){
|
||||
}
|
||||
}
|
||||
|
||||
enum{
|
||||
GLOBAL_IMPLICIT_LOAD = 1
|
||||
};
|
||||
|
||||
function Ast_File *
|
||||
register_ast_file(Token *pos, Intern_String filename, Ast_Module *module, B32 global_implicit_load){
|
||||
Ast_File *file = 0;
|
||||
|
||||
Reference in New Issue
Block a user