Add bit_set type

This commit is contained in:
gingerBill
2018-08-14 17:07:56 +01:00
parent 89f4e7a8db
commit acc010cba5
14 changed files with 509 additions and 45 deletions
+4
View File
@@ -480,6 +480,10 @@ AST_KIND(_TypeBegin, "", bool) \
Array<Ast *> fields; /* FieldValue with : */ \
Ast * align; \
}) \
AST_KIND(BitSetType, "bit set type", struct { \
Token token; \
Ast * base_type; \
}) \
AST_KIND(MapType, "map type", struct { \
Token token; \
Ast *count; \