mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 10:22:23 -07:00
Begin "Everything's a namespace"
This commit is contained in:
@@ -34,6 +34,7 @@ struct Entity {
|
||||
Scope *scope;
|
||||
Token token;
|
||||
Type *type;
|
||||
Entity *using_parent;
|
||||
|
||||
union {
|
||||
struct { ExactValue value; } Constant;
|
||||
|
||||
Reference in New Issue
Block a user