You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
Comment what's up in last change.
This commit is contained in:
@@ -145,6 +145,9 @@ class Python26Parser(Python2Parser):
|
|||||||
whilestmt ::= SETUP_LOOP testexpr l_stmts_opt jb_cf_pop bp_come_from
|
whilestmt ::= SETUP_LOOP testexpr l_stmts_opt jb_cf_pop bp_come_from
|
||||||
whilestmt ::= SETUP_LOOP testexpr l_stmts_opt jb_cf_pop POP_BLOCK
|
whilestmt ::= SETUP_LOOP testexpr l_stmts_opt jb_cf_pop POP_BLOCK
|
||||||
whilestmt ::= SETUP_LOOP testexpr returns POP_BLOCK COME_FROM
|
whilestmt ::= SETUP_LOOP testexpr returns POP_BLOCK COME_FROM
|
||||||
|
|
||||||
|
# In the "whilestmt" below, there can be no COME_FROM when the "while" is the
|
||||||
|
# last thing in the program.
|
||||||
whilestmt ::= SETUP_LOOP testexpr returns POP_TOP POP_BLOCK
|
whilestmt ::= SETUP_LOOP testexpr returns POP_TOP POP_BLOCK
|
||||||
|
|
||||||
whileelsestmt ::= SETUP_LOOP testexpr l_stmts_opt jb_pop POP_BLOCK
|
whileelsestmt ::= SETUP_LOOP testexpr l_stmts_opt jb_pop POP_BLOCK
|
||||||
|
Reference in New Issue
Block a user