mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
Relative pointers
This commit is contained in:
@@ -497,6 +497,10 @@ AST_KIND(_TypeBegin, "", bool) \
|
||||
Token token; \
|
||||
Ast *type; \
|
||||
}) \
|
||||
AST_KIND(RelativeType, "relative type", struct { \
|
||||
Ast *tag; \
|
||||
Ast *type; \
|
||||
}) \
|
||||
AST_KIND(ArrayType, "array type", struct { \
|
||||
Token token; \
|
||||
Ast *count; \
|
||||
|
||||
Reference in New Issue
Block a user