Files
python-uncompyle6/test/simple_source
rocky 7fc7e083c3 A couple of 3.6 bugs...
remove parens around decorators by adjusting precidence
Partial handling of quotes within 3.6 format strings
2018-03-21 19:54:28 -04:00
..
2017-12-14 19:26:27 -05:00
2018-03-06 18:19:01 -05:00
2017-12-02 12:06:01 -05:00
2017-12-02 08:53:11 -05:00
2018-03-19 07:57:25 -04:00
2018-03-21 19:54:28 -04:00
2015-12-27 16:50:45 -05:00
2018-03-05 08:37:09 -05:00
2017-12-05 07:50:22 -05:00
2017-12-03 10:46:22 -05:00
2018-01-11 21:52:33 -05:00
2016-05-08 18:41:59 -04:00
2018-03-06 18:52:27 -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