2.6- grammar reduction

This commit is contained in:
rocky
2017-11-27 11:21:05 -05:00
parent d17440c96f
commit 4afff131f4

View File

@@ -72,8 +72,6 @@ class Python26Parser(Python2Parser):
jmp_true ::= JUMP_IF_TRUE POP_TOP
jmp_false ::= JUMP_IF_FALSE POP_TOP
jf_pop ::= JUMP_FORWARD POP_TOP
jf_pop ::= JUMP_ABSOLUTE POP_TOP
jb_pop ::= JUMP_BACK POP_TOP
jb_cont ::= JUMP_BACK