diff options
Diffstat (limited to '')
| -rw-r--r-- | MoonParser/moon_parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MoonParser/moon_parser.cpp b/MoonParser/moon_parser.cpp index 7fab4f5..c33469b 100644 --- a/MoonParser/moon_parser.cpp +++ b/MoonParser/moon_parser.cpp | |||
| @@ -481,7 +481,7 @@ rule statement_appendix = (if_else_line | unless_line | CompInner) >> Space; | |||
| 481 | rule Statement = | 481 | rule Statement = |
| 482 | ( | 482 | ( |
| 483 | Import | While | With | For | ForEach | | 483 | Import | While | With | For | ForEach | |
| 484 | Switch | Return | Local | Export | BreakLoop | | 484 | Return | Local | Export | BreakLoop | |
| 485 | Assignment | ExpList | 485 | Assignment | ExpList |
| 486 | ) >> Space >> | 486 | ) >> Space >> |
| 487 | -statement_appendix; | 487 | -statement_appendix; |
