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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MoonP/moon_ast.cpp b/src/MoonP/moon_ast.cpp
index 0ccd0ed..f3fe31e 100644
--- a/src/MoonP/moon_ast.cpp
+++ b/src/MoonP/moon_ast.cpp
@@ -79,6 +79,7 @@ AST_IMPL(ColonChainItem)
79AST_IMPL(default_value) 79AST_IMPL(default_value)
80AST_IMPL(Slice) 80AST_IMPL(Slice)
81AST_IMPL(Invoke) 81AST_IMPL(Invoke)
82AST_IMPL(existential_op)
82AST_IMPL(TableLit) 83AST_IMPL(TableLit)
83AST_IMPL(TableBlock) 84AST_IMPL(TableBlock)
84AST_IMPL(class_member_list) 85AST_IMPL(class_member_list)