mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 06:05:00 -07:00
typeid as keyword (ready to implement polymorphic name parameters)
This commit is contained in:
@@ -418,6 +418,10 @@ AST_KIND(_DeclEnd, "", bool) \
|
||||
Ast *list; \
|
||||
}) \
|
||||
AST_KIND(_TypeBegin, "", bool) \
|
||||
AST_KIND(TypeidType, "typeid", struct { \
|
||||
Token token; \
|
||||
Ast *specialization; \
|
||||
}) \
|
||||
AST_KIND(TypeType, "type", struct { \
|
||||
Token token; \
|
||||
Ast *specialization; \
|
||||
|
||||
Reference in New Issue
Block a user