mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-27 07:00:42 +00:00
.. | ||
branching | ||
bug14 | ||
bug22 | ||
bug24 | ||
bug25 | ||
bug26 | ||
bug27+ | ||
bug30 | ||
bug31 | ||
bug32 | ||
bug33 | ||
bug34 | ||
bug35 | ||
bug36 | ||
bug37 | ||
bug38 | ||
bug275 | ||
bug_pypy27 | ||
calls | ||
comprehension | ||
def | ||
exception | ||
expression | ||
looping | ||
operation_logic | ||
slice | ||
stmts | ||
README |
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