mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-27 16:01:47 -07:00
Add multi-pointer types [^]T
This commit is contained in:
@@ -604,6 +604,10 @@ AST_KIND(_TypeBegin, "", bool) \
|
||||
Ast *tag; \
|
||||
Ast *type; \
|
||||
}) \
|
||||
AST_KIND(MultiPointerType, "multi pointer type", struct { \
|
||||
Token token; \
|
||||
Ast *type; \
|
||||
}) \
|
||||
AST_KIND(ArrayType, "array type", struct { \
|
||||
Token token; \
|
||||
Ast *count; \
|
||||
|
||||
Reference in New Issue
Block a user