You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
Files in this directory contain very simnple constructs that work
|
|
across all versions of Python.
|
|
|
|
Their simnplicity is to try to make it easier to debug grammar
|
|
and AST walking routines.
|
|
|
|
This code originally taken from https://github.com/DarkFenX/uncompyle3
|