Add #reverse to odin/parser.

This commit is contained in:
DanielGavin
2023-09-03 16:15:03 +02:00
parent 4aa4317c28
commit 64a63b3879
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -419,6 +419,7 @@ Range_Stmt :: struct {
in_pos: tokenizer.Pos,
expr: ^Expr,
body: ^Stmt,
reverse: bool,
}
Inline_Range_Stmt :: struct {