aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2025-01-10 12:14:43 +0000
committergingerBill <bill@gingerbill.org>2025-01-10 12:22:18 +0000
commit328d893cb58d4b96f12207eb49da01273deda6ce (patch)
tree6187d5e9aee0bfffd8c4fe92519e1e5f23e3d939 /src/parser.hpp
parent4a2b13f1c24920d53ed451bd8c021aa504eee0d4 (diff)
`#unroll(N) for`
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
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; \