On constructors
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user