mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-06 04:57:55 +00:00
#unroll(N) for
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user