Files
python-uncompyle6/test/simple_source
rocky b128e4fde6 Fix 3.6+ nested list comprehensions
Modified "load_closure" rule and
changed semantic actions since LOAD_CLOSUREs are stored
inside a MAKE_TUPLE.

FIXME: Not sure if we have additional "if" clauses correct. Test and correct
2018-02-28 11:13:52 -05:00
..
2017-12-14 19:26:27 -05:00
2018-02-21 04:17:08 -05:00
2018-01-13 00:58:16 -05:00
2018-02-19 07:06:04 -05:00
2017-12-02 12:06:01 -05:00
2017-12-02 08:53:11 -05:00
2018-02-28 11:13:52 -05:00
2015-12-27 16:50:45 -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
2017-12-05 22:50:21 -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