Operator overload found!

This commit is contained in:
Krzosa Karol
2022-09-29 14:50:48 +02:00
parent 27ed000800
commit 9bb7b0dc96
4 changed files with 65 additions and 34 deletions

View File

@@ -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;