Files
python-uncompyle6/test/simple_source
rocky 1e324e0e8d Misc changes
scanner26.py: make scanner2.py and scanner26.py more alike
scanner2.py: check that return stmt is last in list. (May change)
main.py: show filename on verify error
test/*: add more
2016-11-26 21:41:45 -05:00
..
2016-06-22 22:09:06 -04:00
2016-11-26 21:41:45 -05:00
2016-11-13 01:28:36 -05:00
2016-11-01 12:21:27 -04:00
2015-12-27 16:50:45 -05:00
2016-10-30 21:16:33 -04:00
2016-05-08 18:41:59 -04:00
2016-11-20 12:21:56 -05:00
2016-05-19 08:40:20 -04:00

Files in this directory contain very simple constructs.
Some of these don't work across across all versions of Python.

Their simplicity is to try to make it easier to debug scanner, grammar
and semantic-action routines.

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