aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_ast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MoonP/moon_ast.cpp')
-rw-r--r--src/MoonP/moon_ast.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MoonP/moon_ast.cpp b/src/MoonP/moon_ast.cpp
index 8b8a674..f14fa74 100644
--- a/src/MoonP/moon_ast.cpp
+++ b/src/MoonP/moon_ast.cpp
@@ -34,6 +34,7 @@ AST_IMPL(ImportLiteral)
34AST_IMPL(ImportFrom) 34AST_IMPL(ImportFrom)
35AST_IMPL(ImportAs) 35AST_IMPL(ImportAs)
36AST_IMPL(Import) 36AST_IMPL(Import)
37AST_IMPL(Backcall)
37AST_IMPL(ExpListLow) 38AST_IMPL(ExpListLow)
38AST_IMPL(ExpList) 39AST_IMPL(ExpList)
39AST_IMPL(Return) 40AST_IMPL(Return)
@@ -59,6 +60,7 @@ AST_IMPL(Assign)
59AST_IMPL(update_op) 60AST_IMPL(update_op)
60AST_IMPL(Update) 61AST_IMPL(Update)
61AST_IMPL(BinaryOperator) 62AST_IMPL(BinaryOperator)
63AST_IMPL(BackcallOperator)
62AST_IMPL(Assignable) 64AST_IMPL(Assignable)
63AST_IMPL(AssignableChain) 65AST_IMPL(AssignableChain)
64AST_IMPL(exp_op_value) 66AST_IMPL(exp_op_value)