diff options
Diffstat (limited to 'src/MoonP/moon_ast.cpp')
| -rw-r--r-- | src/MoonP/moon_ast.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/MoonP/moon_ast.cpp b/src/MoonP/moon_ast.cpp index f3fe31e..8b8a674 100644 --- a/src/MoonP/moon_ast.cpp +++ b/src/MoonP/moon_ast.cpp | |||
| @@ -29,6 +29,10 @@ AST_IMPL(Seperator) | |||
| 29 | AST_IMPL(NameList) | 29 | AST_IMPL(NameList) |
| 30 | AST_IMPL(Local) | 30 | AST_IMPL(Local) |
| 31 | AST_IMPL(colon_import_name) | 31 | AST_IMPL(colon_import_name) |
| 32 | AST_IMPL(import_literal_inner) | ||
| 33 | AST_IMPL(ImportLiteral) | ||
| 34 | AST_IMPL(ImportFrom) | ||
| 35 | AST_IMPL(ImportAs) | ||
| 32 | AST_IMPL(Import) | 36 | AST_IMPL(Import) |
| 33 | AST_IMPL(ExpListLow) | 37 | AST_IMPL(ExpListLow) |
| 34 | AST_IMPL(ExpList) | 38 | AST_IMPL(ExpList) |
