Add underlying type for bit_set

This commit is contained in:
gingerBill
2018-08-17 15:11:41 +01:00
parent 7d39b26cf4
commit b216e44870
11 changed files with 162 additions and 83 deletions
+2 -1
View File
@@ -483,7 +483,8 @@ AST_KIND(_TypeBegin, "", bool) \
}) \
AST_KIND(BitSetType, "bit set type", struct { \
Token token; \
Ast * base; \
Ast * elem; \
Ast * underlying; \
}) \
AST_KIND(MapType, "map type", struct { \
Token token; \