Load is file relative not module relative
This commit is contained in:
@@ -258,6 +258,7 @@ struct Ast_Module: Ast_Scope{
|
||||
};
|
||||
|
||||
struct Ast_File: Ast_Scope{
|
||||
String absolute_base_folder;
|
||||
String absolute_file_path;
|
||||
String filecontent;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user