Commit a7fa544
committed
Fix rule name for while syntax
The grammar rule names should be called `.syntax`.
This also removes the existing `expr.loop.while.syntax` rule since it
would otherwise be a duplicate rule name. Repeating the syntax in
English doesn't really add much here, and we have been leaning towards
not having these kinds of rules.1 parent 575dffa commit a7fa544
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 60 | | |
64 | 61 | | |
65 | 62 | | |
| |||
0 commit comments