aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MoonP/moon_parser.h')
-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 215c6a4..12f735b 100644
--- a/src/MoonP/moon_parser.h
+++ b/src/MoonP/moon_parser.h
@@ -191,6 +191,7 @@ private:
191 AST_RULE(ImportFrom) 191 AST_RULE(ImportFrom)
192 AST_RULE(ImportAs) 192 AST_RULE(ImportAs)
193 AST_RULE(Import) 193 AST_RULE(Import)
194 AST_RULE(fn_arrow_back)
194 AST_RULE(Backcall) 195 AST_RULE(Backcall)
195 AST_RULE(ExpListLow) 196 AST_RULE(ExpListLow)
196 AST_RULE(ExpList) 197 AST_RULE(ExpList)