rocky
|
716e097654
|
kwonly args in lambas for 3.3..3.5
|
2020-01-05 11:17:33 -05:00 |
|
rocky
|
dba95c5200
|
3.7+ imports yet again
|
2020-01-05 00:13:53 -05:00 |
|
rocky
|
d5df411c7a
|
3.7+ multiple imports of dotted path
|
2020-01-03 23:22:28 -05:00 |
|
rocky
|
077f192711
|
Improve 3.7+ dotted imports
|
2020-01-03 21:22:55 -05:00 |
|
rocky
|
825add1af7
|
3.7+ "if not" in list comprehension and other bug fixes
|
2020-01-03 09:01:48 -05:00 |
|
rocky
|
732b5165c2
|
Fix a 3.7+ chained compare bug...
others remain though.
|
2020-01-03 00:55:45 -05:00 |
|
rocky
|
7bd81efe9b
|
3.7+ "from import" vs "import as" disambiguation
|
2020-01-02 09:43:37 -05:00 |
|
rocky
|
c42e16fafe
|
Fix 3.7+ import as
|
2020-01-01 22:59:07 -05:00 |
|
rocky
|
6de57249ed
|
Start 3.6+ var type annotations and decompyle3 merge...
Although overall an improvement, some new breakage
has occurred and should be fixed.
|
2020-01-01 01:42:00 -05:00 |
|
rocky
|
566143b515
|
Python 3.7+ optimized if in comprehension
|
2019-12-28 18:09:00 -05:00 |
|
rocky
|
b2e1edb434
|
Fix Python 3.7+ "import as" but keep "import from" working
|
2019-12-28 11:09:31 -05:00 |
|
rocky
|
179fcafaba
|
Fix indentation format in "async for"
|
2019-12-16 13:36:46 -05:00 |
|
rocky
|
0eaeb82d48
|
Sync a little with decompyle3
|
2019-12-15 08:07:02 -05:00 |
|
rocky
|
805ec7dbfc
|
Add "if_not_and" rule similar to "if_not_or" rule.
|
2019-12-13 05:15:21 -05:00 |
|
x0ret
|
b62752eca1
|
2 more 3.7 chained comparison rule
|
2019-05-14 17:51:51 +04:30 |
|
x0ret
|
3d732db3cc
|
fix chained compare parse error
|
2019-05-13 19:57:24 +04:30 |
|
rocky
|
8c611476fe
|
ifexpr -> if_expr (to track better AST camelcase)
|
2019-05-05 08:20:21 -04:00 |
|
rocky
|
6df65a87bc
|
Fix precidence between list_if and if_expr in 3.x
|
2019-05-05 08:16:29 -04:00 |
|
rocky
|
bb94c7f5bc
|
Ned custom 3.7+ IfExp rules
|
2019-05-04 22:57:06 -04:00 |
|
rocky
|
8e9ce0be31
|
3.7: if <expr> and not <expr> else <expr>
|
2019-05-04 22:14:07 -04:00 |
|
rocky
|
97cb193a71
|
3.7 chained comparison grammar
|
2019-04-17 23:41:41 -04:00 |
|
rocky
|
2ea8c3b1b1
|
3.7 and 3.8 chained compare fixups
|
2019-04-16 10:19:16 -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 |
|