You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Some reorg and Lame attempt to disasmbiguate "and" and "if .. if"...
More work is needed.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""Here we have parser grammars for the different Python versions.
|
||||
Instead of full grammars, we have full grammars for certain Python versions
|
||||
and the others indicate differences between a neighboring version.
|
||||
|
||||
For example Python 2.6, 2.7, 3.2, and 3.7 are largely "base" versions
|
||||
which work off off parse2.py, parse3.py, and parse37base.py.
|
||||
|
||||
Some examples:
|
||||
Python 3.3 diffs off of 3.2; 3.1 and 3.0 diff off of 3.2; Python 1.0..Python 2.5 diff off of
|
||||
Python 2.6 and Python 3.8 diff off of 3.7
|
||||
"""
|
||||
|
Reference in New Issue
Block a user