rocky
|
0e54c37fab
|
Trystmt grammar from 3.3 needed in 3.2
Add test to cover this
|
2017-11-23 14:29:31 -05:00 |
|
rocky
|
a94b844988
|
Add triple compare from 3.3 into 3.2
|
2017-11-23 13:43:19 -05:00 |
|
rocky
|
7548364e8e
|
Improve try else in 3.2...
Grammar from 3.3 is relevant here
|
2017-11-23 13:06:08 -05:00 |
|
rocky
|
1823513841
|
3.x Grammar reduction of custom rules...
by looking for token patterns GET_ITER CALL_FUNCTION_1
|
2017-11-23 07:47:38 -05:00 |
|
rocky
|
d8a3c2708e
|
Grammar coverage and pruning
|
2017-11-23 05:40:30 -05:00 |
|
rocky
|
1392b18bd7
|
Adjust for spark-parser 2.7.0 incompatabilities
|
2017-10-10 14:14:26 -04:00 |
|
rocky
|
4a47822904
|
Fix more Python3.2 parser errors
|
2017-05-06 05:25:56 -04:00 |
|
rocky
|
4e9555a7f6
|
Improve Python 3.2 decompilation ...
by removing a lot of the control-flow labels of 3.3+
|
2017-05-05 21:34:21 -04:00 |
|
rocky
|
cb6925beec
|
Add DELETE_DEREF grammar rule
Fixes Issue #106
|
2017-04-18 01:35:08 -04:00 |
|
rocky
|
99fce6dfd7
|
Fix some errors in deparsing Python 3 annotations
|
2017-01-07 03:03:53 -05:00 |
|
rocky
|
723fa5dfed
|
Towards fixing a 3.2 while true: ... break bug
|
2016-12-28 19:13:11 -05:00 |
|
rocky
|
4fcb385dc0
|
DRY Python3 grammar
|
2016-11-22 19:59:19 -05:00 |
|
rocky
|
36874c72e2
|
Possiby tidy grammar
|
2016-11-07 22:06:37 -05:00 |
|
rocky
|
63e4c9343f
|
Clean up annotation grammar a little
|
2016-11-01 15:50:19 -04:00 |
|
rocky
|
ccdd37611c
|
More complete annotate handling
Still have a bit of work to do though.
|
2016-10-28 19:55:17 -04:00 |
|
rocky
|
2e355b6245
|
Expand annotate return to Python 3.4
|
2016-10-28 11:33:54 -04:00 |
|
rocky
|
9849f06ff6
|
Expand annotate handling to 3.3
(and possibly 3.2)
- DRY Python 3.1-3.3 grammar a little
|
2016-10-28 09:01:41 -04:00 |
|
rocky
|
0e7da031b2
|
Split out 3.1-3.3 parsers from parser3.py
This is anticipation of extending annotation to Python 3.2+
|
2016-10-28 07:07:18 -04:00 |
|