mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-03 18:50:20 +00: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