Match statements; Type System change (Type_Record for all sum and product types)

This commit is contained in:
Ginger Bill
2016-09-01 20:38:44 +01:00
parent ff6e21cb87
commit fa09d805e2
16 changed files with 1172 additions and 622 deletions
+1
View File
@@ -27,6 +27,7 @@ String const entity_strings[] = {
typedef i64 EntityGuid;
typedef struct Type Type;
struct Entity {
EntityKind kind;