Files
python-uncompyle6/test/simple_source
rocky feec241da8 Misc: long lists, DRY 2/3 grammars, '%' count
parse{2,3,r}.py: DRY Python expressions between Python 2 and 3
pysource.py, fragment.py, parser.py: handle long lists by grouping in chunks of 32
and 256
bin/uncompyle6: count %s properly
2016-05-02 21:25:16 -04:00
..
2015-12-27 16:50:45 -05:00
2015-12-21 12:34:19 -05:00
2015-12-21 12:34:19 -05:00
2015-12-21 12:34:19 -05:00
2015-12-21 12:34:19 -05:00
2015-12-27 16:50:45 -05:00

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