mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-16 16:01:26 -07:00
Add new #soa and #vector syntax
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user