aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_parser.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/MoonP/moon_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MoonP/moon_parser.h b/src/MoonP/moon_parser.h
index f036a7c..bee3c9c 100644
--- a/src/MoonP/moon_parser.h
+++ b/src/MoonP/moon_parser.h
@@ -209,6 +209,7 @@ private:
209 AST_RULE(Goto) 209 AST_RULE(Goto)
210 AST_RULE(fn_arrow_back) 210 AST_RULE(fn_arrow_back)
211 AST_RULE(Backcall) 211 AST_RULE(Backcall)
212 AST_RULE(BackcallBody)
212 AST_RULE(ExpListLow) 213 AST_RULE(ExpListLow)
213 AST_RULE(ExpList) 214 AST_RULE(ExpList)
214 AST_RULE(Return) 215 AST_RULE(Return)