diff options
Diffstat (limited to '')
| -rw-r--r-- | src/MoonP/moon_parser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/MoonP/moon_parser.h b/src/MoonP/moon_parser.h index 4d67696..cea14fa 100644 --- a/src/MoonP/moon_parser.h +++ b/src/MoonP/moon_parser.h | |||
| @@ -182,6 +182,7 @@ private: | |||
| 182 | AST_RULE(Num) | 182 | AST_RULE(Num) |
| 183 | AST_RULE(Name) | 183 | AST_RULE(Name) |
| 184 | AST_RULE(Variable) | 184 | AST_RULE(Variable) |
| 185 | AST_RULE(LabelName) | ||
| 185 | AST_RULE(LuaKeyword) | 186 | AST_RULE(LuaKeyword) |
| 186 | AST_RULE(self) | 187 | AST_RULE(self) |
| 187 | AST_RULE(self_name) | 188 | AST_RULE(self_name) |
| @@ -201,6 +202,8 @@ private: | |||
| 201 | AST_RULE(ImportFrom) | 202 | AST_RULE(ImportFrom) |
| 202 | AST_RULE(ImportAs) | 203 | AST_RULE(ImportAs) |
| 203 | AST_RULE(Import) | 204 | AST_RULE(Import) |
| 205 | AST_RULE(Label) | ||
| 206 | AST_RULE(Goto) | ||
| 204 | AST_RULE(fn_arrow_back) | 207 | AST_RULE(fn_arrow_back) |
| 205 | AST_RULE(Backcall) | 208 | AST_RULE(Backcall) |
| 206 | AST_RULE(ExpListLow) | 209 | AST_RULE(ExpListLow) |
