mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Add #reverse to odin/parser.
This commit is contained in:
@@ -419,6 +419,7 @@ Range_Stmt :: struct {
|
||||
in_pos: tokenizer.Pos,
|
||||
expr: ^Expr,
|
||||
body: ^Stmt,
|
||||
reverse: bool,
|
||||
}
|
||||
|
||||
Inline_Range_Stmt :: struct {
|
||||
|
||||
Reference in New Issue
Block a user