mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 10:50:05 +00:00
Clean up name mangling by using unique package names per project
This commit is contained in:
@@ -99,6 +99,7 @@ struct AstPackage {
|
||||
struct Parser {
|
||||
String init_fullpath;
|
||||
Map<bool> imported_files; // Key: String (fullpath)
|
||||
Map<AstPackage *> package_map; // Key: String (package name)
|
||||
Array<AstPackage *> packages;
|
||||
Array<ImportedPackage> imports;
|
||||
isize total_token_count;
|
||||
|
||||
Reference in New Issue
Block a user