mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-13 14:51:26 -07:00
IR now builds with the new package system
This commit is contained in:
@@ -40,6 +40,7 @@ struct ImportedPackage {
|
||||
};
|
||||
|
||||
struct AstFile {
|
||||
isize id;
|
||||
AstPackage * package;
|
||||
Scope * scope;
|
||||
|
||||
@@ -104,6 +105,7 @@ struct Parser {
|
||||
isize total_line_count;
|
||||
gbMutex file_add_mutex;
|
||||
gbMutex file_decl_mutex;
|
||||
isize file_index;
|
||||
};
|
||||
|
||||
enum ProcInlining {
|
||||
|
||||
Reference in New Issue
Block a user