rocky
|
8542df4639
|
Add context manager test...
handle degenerate 3.8 withas
|
2024-03-07 18:08:07 -05:00 |
|
rocky
|
20c58e2e2a
|
Small semantic action acceptance change
|
2023-08-26 14:15:23 -04:00 |
|
rocky
|
7c3aff19af
|
"async for"s can has pass blocks
|
2022-09-21 00:27:40 -04:00 |
|
rocky
|
5a4136a7f6
|
Some limited support for 3.8 "=" specifier
|
2022-07-06 13:00:52 -04:00 |
|
rocky
|
85ba8352ba
|
Port over some recent decompyle3 3.8 fixes
|
2022-06-26 04:26:15 -04:00 |
|
rocky
|
7f798541f0
|
Python 3.8 while and whileTrue loops
|
2022-06-16 15:42:51 -04:00 |
|
rocky
|
7fb483c566
|
Sync up with decompile3's 3.8 try/else handling
|
2022-06-08 12:49:23 -04:00 |
|
rocky
|
a1fe069c8c
|
Handle walrus operator
Or rather set precedence on call_stmt and expr_stmt
Adjust pytest test_single_compile so it works now
|
2022-04-12 05:21:13 -04:00 |
|
rocky
|
67c45467c3
|
little sync with decompyle3
Add another forelsestmt (found only in a loop)
Add precidence on walrus operator
|
2020-09-01 17:10:33 -04:00 |
|
rocky
|
d357898bbf
|
Towards fixing a 3.8 try except-as bug
|
2020-06-15 06:03:28 -04:00 |
|
rocky
|
d7c3b8454b
|
3.8 needs call_stmt -> call
Simplify/regularize how "return" works
|
2020-05-18 22:26:18 -04:00 |
|
rocky
|
4365022f40
|
Adapt decompyle3's 3.8 try/return grammar rules
|
2020-05-17 10:18:10 -04:00 |
|
rocky
|
05f3dad32c
|
Fix some 3.7+ "if"/"and" logic bugs
|
2019-12-11 06:56:43 -05:00 |
|
rocky
|
fb3761e4f3
|
Add another 3.8 try/finally rule and semantic action
|
2019-12-10 22:28:16 -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 |
|
rocky
|
05db6194ec
|
Use up right 3.x opcodes in jump detection...
A small but pervasive, and I guess important change. More correct COME_FROMs
are now coming out. A number of grammar changes then in 3.0, 3.5, and 3.8
|
2019-04-23 05:14:29 -04:00 |
|
rocky
|
b4c66d4307
|
Was missing some 3.7 and 3.7 semantic actions...
Possibly some as a result of the last refactor?
|
2019-04-15 08:11:31 -04:00 |
|
rocky
|
d413ebe0e1
|
Split out semantic actions per version ...
In version 3.5..3.8 there are quite hefty changes.
|
2019-04-14 19:25:56 -04:00 |
|