mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-18 08:41:31 -07:00
opaque keyword and type
This commit is contained in:
@@ -434,6 +434,10 @@ AST_KIND(_TypeBegin, "", bool) \
|
||||
Token token; \
|
||||
Ast *type; \
|
||||
}) \
|
||||
AST_KIND(OpaqueType, "opaque type", struct { \
|
||||
Token token; \
|
||||
Ast *type; \
|
||||
}) \
|
||||
AST_KIND(PolyType, "polymorphic type", struct { \
|
||||
Token token; \
|
||||
Ast * type; \
|
||||
|
||||
Reference in New Issue
Block a user