Files
python-uncompyle6/test/simple_source/README
2015-12-21 12:34:19 -05:00

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