Resolving operator overloads functions

This commit is contained in:
Krzosa Karol
2022-09-29 14:27:37 +02:00
parent 7ce3871a9e
commit 27ed000800
3 changed files with 43 additions and 3 deletions

View File

@@ -269,6 +269,8 @@ struct Ast_Decl: Ast{
Intern_String name;
Intern_String unique_name; // For code generation, currently only present on lambdas
U64 operator_overload_arguments_hash;
Ast_Scope *scope;
Ast_Expr *typespec;
union{