aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_parser.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/MoonP/moon_parser.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/MoonP/moon_parser.h b/src/MoonP/moon_parser.h
index 66f2cd9..b165070 100644
--- a/src/MoonP/moon_parser.h
+++ b/src/MoonP/moon_parser.h
@@ -131,7 +131,11 @@ private:
131 rule import_tab_lines; 131 rule import_tab_lines;
132 rule WithExp; 132 rule WithExp;
133 rule DisableDo; 133 rule DisableDo;
134 rule PopDo; 134 rule EnableDo;
135 rule DisableChain;
136 rule EnableChain;
137 rule DisableDoChain;
138 rule EnableDoChain;
135 rule SwitchElse; 139 rule SwitchElse;
136 rule SwitchBlock; 140 rule SwitchBlock;
137 rule IfElseIf; 141 rule IfElseIf;
@@ -158,8 +162,6 @@ private:
158 rule ChainItem; 162 rule ChainItem;
159 rule chain_line; 163 rule chain_line;
160 rule chain_block; 164 rule chain_block;
161 rule DisableChainBlock;
162 rule PopChainBlock;
163 rule Index; 165 rule Index;
164 rule invoke_chain; 166 rule invoke_chain;
165 rule TableValue; 167 rule TableValue;