File naming convention change
This commit is contained in:
@@ -247,7 +247,7 @@ compile_file_to_string(String filename){
|
||||
total_time = os_time();
|
||||
begin_compilation();
|
||||
{
|
||||
Ast_Module *module = add_module(0, pctx->intern("language.kl"_s));
|
||||
Ast_Module *module = add_module(0, pctx->intern("Language.core"_s));
|
||||
insert_builtin_types_into_scope(module);
|
||||
pctx->language_base_module = module;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user