expression(&out_expr); write_expr(out_expr);
while (next_token() == COMMA) { match(COMMA); expression(&out_expr); write_expr(out_expr); } }