Lambdas are now const while resolving, Aliasing lambdas

This commit is contained in:
Krzosa Karol
2022-10-01 14:21:24 +02:00
parent 02addfb389
commit df291c6eb5
7 changed files with 41 additions and 28 deletions

View File

@@ -88,7 +88,6 @@ struct Ast_Expr:Ast{
};
struct Ast_Atom: Ast_Expr{
Ast_Decl *resolved_decl;
INLINE_VALUE_FIELDS;
};