3.+ More loop-isolation grammar separation...

but also back off some isolation separation for now.
This commit is contained in:
rocky
2020-01-25 11:00:01 -05:00
parent 58f2e19539
commit 66b3e35a5b
4 changed files with 21 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ class Python35Parser(Python34Parser):
_ifstmts_jump ::= c_stmts_opt come_froms
ifelsestmt ::= testexpr c_stmts_opt JUMP_FORWARD
ifelsestmt ::= testexpr c_stmts_opt jump_forward_else else_suite _come_froms
_ifstmts_jump ::= c_stmts_opt JUMP_FORWARD _come_froms
pb_ja ::= POP_BLOCK JUMP_ABSOLUTE