mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-27 07:51:49 -07:00
Basic support for #reverse for in on normal arrays
This commit is contained in:
@@ -529,6 +529,7 @@ AST_KIND(_ComplexStmtBegin, "", bool) \
|
||||
Token in_token; \
|
||||
Ast *expr; \
|
||||
Ast *body; \
|
||||
bool reverse; \
|
||||
}) \
|
||||
AST_KIND(UnrollRangeStmt, "#unroll range statement", struct { \
|
||||
Scope *scope; \
|
||||
|
||||
Reference in New Issue
Block a user