diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-01-23 14:35:14 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-01-23 14:35:14 +0800 |
| commit | 7ac3519dc40bb6f6ab979c9cd35fd585f25d1c25 (patch) | |
| tree | 024fabcf12638dbd4cb9fe6c58251f9227fc9380 /src/MoonP/moon_ast.cpp | |
| parent | 782334d95720819f216004e0120ea84ba2c43afb (diff) | |
| download | yuescript-7ac3519dc40bb6f6ab979c9cd35fd585f25d1c25.tar.gz yuescript-7ac3519dc40bb6f6ab979c9cd35fd585f25d1c25.tar.bz2 yuescript-7ac3519dc40bb6f6ab979c9cd35fd585f25d1c25.zip | |
fix Moonscript issue 156, update new 'import' functions.
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) |
