Begin "Everything's a namespace"

This commit is contained in:
Ginger Bill
2016-08-30 00:04:14 +01:00
parent 593563d8ea
commit 0eaf7bd830
15 changed files with 579 additions and 204 deletions
+1
View File
@@ -34,6 +34,7 @@ struct Entity {
Scope *scope;
Token token;
Type *type;
Entity *using_parent;
union {
struct { ExactValue value; } Constant;