python-uncompyle6/uncompyle6/parsers
2019-04-10 07:22:43 -04:00
..
__init__.py Supoer multiple parsers, specifically for Python2 and Python3. In the 2015-12-16 22:08:29 -05:00
parse2.py Better assert and AssertionError determine for Python 2.7 2019-01-05 13:32:08 -05:00
parse3.py Bang on Python 3.8 2019-04-10 07:22:43 -04:00
parse13.py Add Python 1.3 decompilation .. 2018-06-13 12:26:21 -04:00
parse14.py Add Python 1.3 decompilation .. 2018-06-13 12:26:21 -04:00
parse15.py Fix Python 1.5- bug in handling unpack list 2018-06-04 10:49:20 -04:00
parse21.py Remove 2.1 for_iter duplication 2018-01-09 03:19:34 -05:00
parse22.py Python 2.2 code anomoly? 2018-03-05 12:25:31 -05:00
parse23.py while1 grammar rule cleanup 2018-04-27 10:57:27 -04:00
parse24.py Handle Python 2.4 if true 2018-08-12 02:24:13 -04:00
parse25.py Possibly addresses issue #215 2019-01-26 18:18:21 -05:00
parse26.py extend Python 2.6- lastc grammar-rule 2018-10-05 12:37:16 -04:00
parse27.py 2.7 can have two JUMP_BACKs at the end of a while loop 2019-01-27 21:41:17 -05:00
parse30.py Python 3.0 comprehensions are a snowflake 2018-06-24 16:46:56 -04:00
parse31.py add_custom_rules -> customize_grammar_rules 2017-12-13 17:25:19 -05:00
parse32.py add_custom_rules -> customize_grammar_rules 2017-12-13 17:25:19 -05:00
parse33.py DRY and limit STORE_LOCALS 2018-02-19 08:03:09 -05:00
parse34.py Travis CI: Run more f-string tests on Python 3.7 2019-01-12 20:24:08 +01:00
parse35.py Move 3.6 return_if_lambda rule back to 3.5 2019-03-10 14:01:57 -04:00
parse36.py Bang on Python 3.8 2019-04-10 07:22:43 -04:00
parse37.py Adjust 3.7 chained compare for adjusted grammar 2019-03-23 17:06:50 -04:00
parse38.py Bang on Python 3.8 2019-04-10 07:22:43 -04:00
treenode.py Change AST to SyntaxTree in many places 2018-07-15 12:37:50 -04:00