Python 2.6- try/except control flow detection

This commit is contained in:
rocky
2016-09-05 04:02:37 -04:00
parent c7788e4545
commit 318311818e
6 changed files with 26 additions and 20 deletions

View File

@@ -115,7 +115,7 @@ class Scanner3(Scanner):
Pick out tokens from an uncompyle6 code object, and transform them,
returning a list of uncompyle6 'Token's.
The tranformations are made to assist the deparsing grammar.
The transformations are made to assist the deparsing grammar.
Specificially:
- various types of LOAD_CONST's are categorized in terms of what they load
- COME_FROM instructions are added to assist parsing control structures