You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Had botched 2.6 grammar
This commit is contained in:
@@ -265,7 +265,7 @@ class Python26Parser(Python2Parser):
|
|||||||
kvlist ::= kvlist kv3
|
kvlist ::= kvlist kv3
|
||||||
|
|
||||||
# Note: preserve positions 0 2 and 4 for semantic actions
|
# Note: preserve positions 0 2 and 4 for semantic actions
|
||||||
conditional_not : := expr jmp_true expr jf_cf_pop expr COME_FROM
|
conditional_not ::= expr jmp_true expr jf_cf_pop expr COME_FROM
|
||||||
conditional ::= expr jmp_false expr jf_cf_pop expr come_from_opt
|
conditional ::= expr jmp_false expr jf_cf_pop expr come_from_opt
|
||||||
expr ::= conditional_not
|
expr ::= conditional_not
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user