Files
python-uncompyle6/test/simple_source
rocky 5fe8303184 Two bugs and a refactor ..
1. parse2.py: try except in a loop with a (virtual) continue
   treat CONTINUE like JUMP_ABSOLUTE which it is
2. in taking methods off of constants, a parenthesis needs to be added

Some refactoring of global code done
2017-12-03 10:46:22 -05:00
..
2017-12-03 10:46:22 -05:00
2017-12-03 06:16:29 -05:00
2017-12-02 12:06:01 -05:00
2017-12-02 08:53:11 -05:00
2017-11-24 06:58:07 -05:00
2017-11-09 04:42:47 -05:00
2015-12-27 16:50:45 -05:00
2017-12-03 10:46:22 -05:00
2016-05-08 18:41:59 -04:00
2017-12-02 21:11:19 -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