Files
python-uncompyle6/test/simple_source
rocky 8cdf741b62 Bugs in long-literal handlin
Move n_dict to n_actions and special case n_const_list.
Generalize build_collection out of 3.7+ and into all Pythons
2022-04-24 17:38:35 -04:00
..
2022-01-03 21:56:07 -05:00
2020-07-06 18:19:06 -04:00
2021-06-15 22:42:55 -04:00
2020-02-07 16:17:47 -05:00
2022-04-03 06:41:58 -04:00
2020-05-01 23:19:31 -04:00
2019-06-29 07:01:45 -04:00
2020-06-04 05:24:22 -04:00
2022-04-12 16:49:58 -04:00
2022-04-12 05:21:13 -04:00
2019-04-14 06:11:16 -04:00
2021-11-23 07:31:37 -05:00
2015-12-27 16:50:45 -05:00
2018-03-31 19:28:35 -04:00
2022-04-24 17:38:35 -04:00
2022-01-03 21:56:07 -05:00
2019-04-10 11:49:27 -04:00
2022-04-21 05:34:15 -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