Files
python-uncompyle6/test/simple_source
rocky cd8cbf9200 Add 3.5 matrix mult ops
We now run 3.5 verifycation so we need to remove some
of the tests that fail to verify pending fixing.
2016-07-15 12:12:19 -04:00
..
2016-06-22 22:09:06 -04:00
2016-06-29 21:24:19 -04:00
2016-06-29 21:24:19 -04:00
2016-07-12 09:46:46 -04:00
2016-07-15 12:12:19 -04:00
2015-12-27 16:50:45 -05:00
2016-07-11 10:22:06 -04:00
2016-07-07 13:08:00 -04:00
2016-05-08 18:41:59 -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