Polymorphs, recursice typespec tagging
This commit is contained in:
@@ -606,6 +606,7 @@ struct Ast_Decl : Ast {
|
||||
uint64_t operator_overload_arguments_hash;
|
||||
Ast_Operator_Info *overload_op_info;
|
||||
|
||||
uint64_t polymorph_hash;
|
||||
Array<Ast_Decl *> polymorph_parameters;
|
||||
Array<Ast_Decl *> polymorphs; // instantiated polymorphs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user