diff options
| author | gingerBill <bill@gingerbill.org> | 2025-01-10 12:14:43 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-01-10 12:22:18 +0000 |
| commit | 328d893cb58d4b96f12207eb49da01273deda6ce (patch) | |
| tree | 6187d5e9aee0bfffd8c4fe92519e1e5f23e3d939 /src/parser.hpp | |
| parent | 4a2b13f1c24920d53ed451bd8c021aa504eee0d4 (diff) | |
`#unroll(N) for`
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index bbf70d03e..d2dd22667 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -563,6 +563,7 @@ AST_KIND(_ComplexStmtBegin, "", bool) \ AST_KIND(UnrollRangeStmt, "#unroll range statement", struct { \ Scope *scope; \ Token unroll_token; \ + Slice<Ast *> args; \ Token for_token; \ Ast *val0; \ Ast *val1; \ |