You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
16 lines
580 B
Plaintext
16 lines
580 B
Plaintext
Files in this directory contain very simnple constructs that work
|
|
across all versions of Python.
|
|
|
|
Their simplicity is to try to make it easier to debug scanner, grammar
|
|
and semantic-action routines.
|
|
|
|
We also try to make the code here runnable by Python and when run should
|
|
not produce an error.
|
|
|
|
The numbers in the filenames are to assist running the programs from
|
|
the simplest to more complex. For example, many tests have assignment
|
|
statements or function calls, so we want to test those constructs
|
|
first.
|
|
|
|
Code and organization merged from uncompyle3, uncompyle{,2}, and pycdc
|