On constructors

This commit is contained in:
Krzosa Karol
2022-05-30 09:10:15 +02:00
parent c305d4da44
commit 54e3cb5261
2 changed files with 9 additions and 1 deletions

View File

@@ -166,7 +166,6 @@ parse_expr_call(Ast_Expr *left){
token_expect(TK_Assign);
}
Ast_Expr *item = parse_expr();
Ast_Call_Item *item_comp = ast_call_item(token, index, name, item);
exprs.add(item_comp);