Operator overload found!
This commit is contained in:
@@ -79,6 +79,7 @@ struct Ast{
|
||||
struct Ast_Type;
|
||||
struct Ast_Expr:Ast{
|
||||
Ast_Type *resolved_type;
|
||||
Ast_Decl *resolved_operator_overload;
|
||||
union{
|
||||
Ast_Type *index_original_type;
|
||||
Ast_Type *cast_after_type;
|
||||
|
||||
Reference in New Issue
Block a user