Skip to content

Commit 2b1a342

Browse files
committed
Fixing problem with fors variable
1 parent 96fdf00 commit 2b1a342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ Ids
9797
```
9898
Block ( break do for function id if local return while ϵ
9999
Stmt ( break do for function id if local return while
100-
Fors ( , - false function id in nil not num str true {
101-
Decls function, id }
100+
Fors , in =
101+
Decls function id
102102
Exp ( - false function id nil not number string true {
103103
Exp2 or and < > <= >= ~= == .. + - * / ^ ϵ
104104
Exps ( - false function id nil not number string true { ϵ

0 commit comments

Comments
 (0)