Getting absolute paths, Ast_Files now compare absolute paths

This commit is contained in:
Krzosa Karol
2022-06-27 09:39:24 +02:00
parent 02ec291ad0
commit 3af20536fc
4 changed files with 28 additions and 16 deletions

View File

@@ -245,6 +245,7 @@ struct Ast_Module: Ast_Scope{
};
struct Ast_File: Ast_Scope{
String absolute_path;
Intern_String filename;
String filecontent;
};