Add new #soa and #vector syntax

This commit is contained in:
gingerBill
2019-11-17 10:30:37 -08:00
parent 301ee664e9
commit d22e5b697d
9 changed files with 895 additions and 392 deletions
+2
View File
@@ -489,10 +489,12 @@ AST_KIND(_TypeBegin, "", bool) \
Token token; \
Ast *count; \
Ast *elem; \
Ast *tag; \
}) \
AST_KIND(DynamicArrayType, "dynamic array type", struct { \
Token token; \
Ast *elem; \
Ast *tag; \
}) \
AST_KIND(StructType, "struct type", struct { \
Token token; \