Introducing List and changes in base
This commit is contained in:
@@ -250,7 +250,7 @@ struct Ast_Module: Ast_Scope{
|
||||
Ast_Module_State state;
|
||||
String absolute_base_folder;
|
||||
String absolute_file_path;
|
||||
Array<Ast_File *> all_loaded_files;
|
||||
List<Ast_File *> all_loaded_files;
|
||||
};
|
||||
|
||||
struct Ast_File: Ast_Scope{
|
||||
|
||||
Reference in New Issue
Block a user