diff options
Diffstat (limited to 'src/MoonP/moon_ast.cpp')
-rw-r--r-- | src/MoonP/moon_ast.cpp | 1 |
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) | |||
79 | AST_IMPL(default_value) | 79 | AST_IMPL(default_value) |
80 | AST_IMPL(Slice) | 80 | AST_IMPL(Slice) |
81 | AST_IMPL(Invoke) | 81 | AST_IMPL(Invoke) |
82 | AST_IMPL(existential_op) | ||
82 | AST_IMPL(TableLit) | 83 | AST_IMPL(TableLit) |
83 | AST_IMPL(TableBlock) | 84 | AST_IMPL(TableBlock) |
84 | AST_IMPL(class_member_list) | 85 | AST_IMPL(class_member_list) |