Files
python-uncompyle6/test/simple_source
rocky de282af05d Fix some fstring formats bugs...
* Need parens around a lambda in an format string.
* handle format string specifier + width

Note: other format-string bugs remain.
2020-01-13 06:40:18 -05:00
..
2017-12-14 19:26:27 -05:00
2019-11-18 06:59:27 -05:00
2019-05-05 16:09:10 -04:00
2020-01-09 03:15:30 -05:00
2019-06-29 07:01:45 -04:00
2020-01-11 07:23:23 -05:00
2020-01-13 06:40:18 -05:00
2019-04-14 06:11:16 -04:00
2015-12-27 16:50:45 -05:00
2018-03-31 19:28:35 -04:00
2019-12-09 06:57:02 -05:00
2019-04-10 11:05:46 -04:00
2019-04-10 11:49:27 -04: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