diff options
Diffstat (limited to 'src/yuescript/yue_parser.cpp')
| -rw-r--r-- | src/yuescript/yue_parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuescript/yue_parser.cpp b/src/yuescript/yue_parser.cpp index 6990e31..ab1ba7a 100644 --- a/src/yuescript/yue_parser.cpp +++ b/src/yuescript/yue_parser.cpp | |||
| @@ -1128,7 +1128,7 @@ YueParser::YueParser() { | |||
| 1128 | Statement = | 1128 | Statement = |
| 1129 | ( | 1129 | ( |
| 1130 | Import | Export | Global | Macro | MacroInPlace | Label | 1130 | Import | Export | Global | Macro | MacroInPlace | Label |
| 1131 | ) | ( | 1131 | ) >> space | ( |
| 1132 | Local | While | Repeat | For | Return | | 1132 | Local | While | Repeat | For | Return | |
| 1133 | BreakLoop | Goto | ShortTabAppending | | 1133 | BreakLoop | Goto | ShortTabAppending | |
| 1134 | LocalAttrib | Backcall | PipeBody | ExpListAssign | ChainAssign | | 1134 | LocalAttrib | Backcall | PipeBody | ExpListAssign | ChainAssign | |
