mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 18:00:05 +00:00
#unroll(N) for
This commit is contained in:
@@ -432,10 +432,13 @@ Range_Stmt :: struct {
|
||||
reverse: bool,
|
||||
}
|
||||
|
||||
Inline_Range_Stmt :: struct {
|
||||
Inline_Range_Stmt :: Unroll_Range_Stmt
|
||||
|
||||
Unroll_Range_Stmt :: struct {
|
||||
using node: Stmt,
|
||||
label: ^Expr,
|
||||
inline_pos: tokenizer.Pos,
|
||||
unroll_pos: tokenizer.Pos,
|
||||
args: []^Expr,
|
||||
for_pos: tokenizer.Pos,
|
||||
val0: ^Expr,
|
||||
val1: ^Expr,
|
||||
|
||||
Reference in New Issue
Block a user