mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
Make the parser support as many identifiers on the LHS in for in loops to improve error messages
This commit is contained in:
+1
-2
@@ -407,8 +407,7 @@ AST_KIND(_ComplexStmtBegin, "", bool) \
|
||||
AST_KIND(RangeStmt, "range statement", struct { \
|
||||
Token token; \
|
||||
Ast *label; \
|
||||
Ast *val0; \
|
||||
Ast *val1; \
|
||||
Slice<Ast *> vals; \
|
||||
Token in_token; \
|
||||
Ast *expr; \
|
||||
Ast *body; \
|
||||
|
||||
Reference in New Issue
Block a user