3.7 ifelstmtl reduction rule checking

This commit is contained in:
rocky
2020-02-08 13:47:05 -05:00
parent 1d7085e5d2
commit e2504c2421
2 changed files with 3 additions and 2 deletions

View File

@@ -25,13 +25,12 @@ IFELSE_STMT_RULES = frozenset(
),
),
(
"ifelsestmtc",
"ifelsestmtl",
(
"testexpr",
"c_stmts_opt",
"jump_forward_else",
"else_suitec",
"\\e__come_froms",
),
),
(