diff options
author | Li Jin <dragon-fly@qq.com> | 2020-10-15 18:00:47 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-10-15 18:00:47 +0800 |
commit | 0777356cbe599b3f88bdfa476e3ffa64bb3a3a8c (patch) | |
tree | 9157e07408ecda84ee65f5db36db917fa688e1ad /src/MoonP/moon_parser.h | |
parent | 46f6429cd61315efd337346559598c855e29f921 (diff) | |
download | yuescript-0777356cbe599b3f88bdfa476e3ffa64bb3a3a8c.tar.gz yuescript-0777356cbe599b3f88bdfa476e3ffa64bb3a3a8c.tar.bz2 yuescript-0777356cbe599b3f88bdfa476e3ffa64bb3a3a8c.zip |
add a new macro type support to insert raw codes to output.
Diffstat (limited to 'src/MoonP/moon_parser.h')
-rw-r--r-- | src/MoonP/moon_parser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/MoonP/moon_parser.h b/src/MoonP/moon_parser.h index bd62e86..bbd58e1 100644 --- a/src/MoonP/moon_parser.h +++ b/src/MoonP/moon_parser.h | |||
@@ -183,8 +183,6 @@ private: | |||
183 | rule Line; | 183 | rule Line; |
184 | rule Shebang; | 184 | rule Shebang; |
185 | 185 | ||
186 | AST_RULE(Decimal) | ||
187 | AST_RULE(Integer) | ||
188 | AST_RULE(Num) | 186 | AST_RULE(Num) |
189 | AST_RULE(Name) | 187 | AST_RULE(Name) |
190 | AST_RULE(Variable) | 188 | AST_RULE(Variable) |