cleanup + compiler tuple syntax

This commit is contained in:
xensik
2022-07-22 20:30:42 +02:00
parent 0fc0834a83
commit 3236e6e079
109 changed files with 17543 additions and 16069 deletions

View File

@ -726,7 +726,7 @@ struct expr_tuple : public node
using ptr = std::unique_ptr<expr_tuple>;
std::vector<expr> list;
ast::expr temp;
expr temp;
expr_tuple();
expr_tuple(const location& loc);