Load is file relative not module relative

This commit is contained in:
Krzosa Karol
2022-10-09 15:20:53 +02:00
parent 54426fdd69
commit 9ad2da03c8
8 changed files with 16 additions and 21 deletions

View File

@@ -258,6 +258,7 @@ struct Ast_Module: Ast_Scope{
};
struct Ast_File: Ast_Scope{
String absolute_base_folder;
String absolute_file_path;
String filecontent;
};