diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-09-18 17:24:03 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-09-18 17:24:03 +0800 |
| commit | 5b656d2913e4f9f0017698ec835ce4ddda1dc81f (patch) | |
| tree | d5e4239aa264175b78f3c6aa72291c0c94f5055e /src/MoonP/moon_ast.h | |
| parent | 5e032607d83070ff6968a3fa3eabaf86a0ea2c2e (diff) | |
| download | yuescript-5b656d2913e4f9f0017698ec835ce4ddda1dc81f.tar.gz yuescript-5b656d2913e4f9f0017698ec835ce4ddda1dc81f.tar.bz2 yuescript-5b656d2913e4f9f0017698ec835ce4ddda1dc81f.zip | |
support inserting common expression item started with * symbol into a table block.
Diffstat (limited to 'src/MoonP/moon_ast.h')
| -rw-r--r-- | src/MoonP/moon_ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MoonP/moon_ast.h b/src/MoonP/moon_ast.h index 16f7801..90508a5 100644 --- a/src/MoonP/moon_ast.h +++ b/src/MoonP/moon_ast.h | |||
| @@ -535,7 +535,7 @@ AST_END(TableBlockIndent) | |||
| 535 | 535 | ||
| 536 | AST_NODE(TableBlock) | 536 | AST_NODE(TableBlock) |
| 537 | ast_ptr<true, Seperator_t> sep; | 537 | ast_ptr<true, Seperator_t> sep; |
| 538 | ast_sel_list<false, variable_pair_t, normal_pair_t, TableBlockIndent_t> values; | 538 | ast_sel_list<false, variable_pair_t, normal_pair_t, TableBlockIndent_t, Exp_t> values; |
| 539 | AST_MEMBER(TableBlock, &sep, &values) | 539 | AST_MEMBER(TableBlock, &sep, &values) |
| 540 | AST_END(TableBlock) | 540 | AST_END(TableBlock) |
| 541 | 541 | ||
