rocky
|
5a367717fa
|
Merge hell
|
2024-02-24 10:14:31 -05:00 |
|
rocky
|
1ef631dd76
|
Track change in xdis Instruction ...
we now need to set positions which will be used in newer Pythons.
|
2024-02-18 21:13:30 -05:00 |
|
rocky
|
3e00880c1b
|
remove double-quote preference here....
it is now done in xdis which is where it is better done
|
2024-02-18 08:21:07 -05:00 |
|
rocky
|
0a08b8d3fc
|
Simplify double quote preference in string
|
2024-02-17 19:46:57 -05:00 |
|
rocky
|
3ef4ab4944
|
Prefer using double quote for strings
|
2024-02-17 12:57:48 -05:00 |
|
rocky
|
8348d86b09
|
Better annotation parsing for < 3.6
|
2024-02-11 19:46:13 -05:00 |
|
rocky
|
0ea75cadca
|
Small bit of linting
|
2023-10-06 02:44:41 -04:00 |
|
rocky
|
803678e9b4
|
Track recent xdis changes
|
2023-08-26 14:39:42 -04:00 |
|
rocky
|
227f494fa8
|
Double -a option show asm before tokenization
|
2023-07-04 07:13:54 -04:00 |
|
rocky
|
4b2a2e218a
|
Misc lint stuff from pycharm...
that has been applied to decompyle3 already
|
2022-09-16 15:38:13 -04:00 |
|
rocky
|
3a9fa652b4
|
Partial sync of 3.7 & 3.8 scanner with decompyle3
|
2022-05-14 08:42:04 -04:00 |
|
rocky
|
f5043408ec
|
Start rolling in LOAD_ARG for 3.7+
|
2022-05-06 02:41:02 -04:00 |
|
rocky
|
c6642f5899
|
Revise "ingest" docstring
|
2022-04-25 07:42:56 -04:00 |
|
rocky
|
8cdf741b62
|
Bugs in long-literal handlin
Move n_dict to n_actions and special case n_const_list.
Generalize build_collection out of 3.7+ and into all Pythons
|
2022-04-24 17:38:35 -04:00 |
|
rocky
|
371138cfbc
|
handle long literal constants faster
|
2022-04-24 13:11:20 -04:00 |
|
rocky
|
16c900ff1d
|
Propagate show_asm debug option down to functions
|
2021-12-17 06:07:18 -05:00 |
|
rocky
|
e8e006bb8c
|
More Python version comparison conversions
|
2021-10-16 11:33:03 -04:00 |
|
rocky
|
5a83c7c643
|
Simplify imports again using xdis 4.6.0
|
2020-05-19 00:53:53 -04:00 |
|
rocky
|
869e48877c
|
Convert to use xdis 4.3.0 or greater
|
2020-04-16 08:41:53 -04:00 |
|
rocky
|
e8e7d2086d
|
whileelse in 3.6 sometimes has come froms...
also remove extra "L. " in token printing
|
2020-04-04 10:12:12 -04:00 |
|
rocky
|
ed64e7b443
|
Check that the jumps to jump fix jumps to a *jump*
|
2020-01-22 07:07:57 -05:00 |
|
rocky
|
bc50825460
|
Conditional jumps to extended-arg JUMP_BACK...
this is a major reworking. But it leads the way forward to a
simpler grammar.
|
2020-01-22 05:32:27 -05:00 |
|
rocky
|
505946d747
|
Add "testtrue" reduction rule...
only for 3.7 for now.
|
2020-01-10 10:26:40 -05:00 |
|
rocky
|
b2e1edb434
|
Fix Python 3.7+ "import as" but keep "import from" working
|
2019-12-28 11:09:31 -05:00 |
|
rocky
|
805ec7dbfc
|
Add "if_not_and" rule similar to "if_not_or" rule.
|
2019-12-13 05:15:21 -05:00 |
|
rocky
|
05f3dad32c
|
Fix some 3.7+ "if"/"and" logic bugs
|
2019-12-11 06:56:43 -05:00 |
|
rocky
|
edbbefb57d
|
Start to remove crud in control-flow detection for 3.7+
|
2019-12-09 18:28:57 -05:00 |
|
rocky
|
c6ddefcef5
|
Merging in recent 3.7 and 3.8 improvements from decompyle6
This rebases 3.7, 3.8 ...decompilation off of 3.7ish rather than a 3.4
base.
Add more 3.7 and 3.8 tests
|
2019-12-08 17:54:59 -05:00 |
|