rocky
|
c7dda72a84
|
Merge branch 'master' into python-2.4
|
2017-12-14 17:58:03 -05:00 |
|
rocky
|
acdefb4f70
|
NT return_stmt -> return to match AST
|
2017-12-14 11:03:15 -05:00 |
|
rocky
|
9248a954bd
|
Merge branch 'master' into python-2.4
|
2017-12-13 17:43:44 -05:00 |
|
rocky
|
f82edae5a1
|
add_custom_rules -> customize_grammar_rules
|
2017-12-13 17:25:19 -05:00 |
|
rocky
|
32f3d947bb
|
Grammar "COME_FROM"_from cleanups ...
tryelse constructs in 2.x fixed up
_come_from -> _come_froms (COME_FROM*)
consolidate come_froms rule into sincle parser.py
|
2017-12-03 05:10:59 -05:00 |
|
rocky
|
c90210c063
|
Grammar "COME_FROM"_from cleanups ...
tryelse constructs in 2.x fixed up
_come_from -> _come_froms (COME_FROM*)
consolidate come_froms rule into sincle parser.py
sync unit/test_grammar.py
|
2017-12-03 05:04:06 -05:00 |
|
rocky
|
0d9464bb92
|
Merge branch 'master' into python-2.4
|
2017-11-29 05:09:22 -05:00 |
|
rocky
|
43c3154a55
|
NT designatore -> store to match AST
|
2017-11-29 05:05:15 -05:00 |
|
rocky
|
0fa0641974
|
Merge branch 'master' into python-2.4
|
2017-01-29 22:05:55 -05:00 |
|
rocky
|
cc2321f49e
|
Fix up Python 3.0 handling
|
2017-01-22 03:45:40 -05:00 |
|
rocky
|
89429339fa
|
Merge branch 'master' into python-2.4
|
2017-01-11 19:25:44 -05:00 |
|
rocky
|
707770049f
|
Python 3.0 decompile bugs
|
2017-01-08 22:19:15 -05:00 |
|
rocky
|
a9349b8f3d
|
Making it run on Python 2.4 and 2.5
|
2016-11-23 07:53:51 -05:00 |
|
rocky
|
a81ffe8963
|
Python 3 bugs ...
- Was using "while 1 .. else" improperly
- docstring indent bug: was indenting docstring improperly
|
2016-11-13 10:08:41 -05:00 |
|
rocky
|
80a4ad4f1b
|
Python 3.0 while1 if bug...
Is a workaround. We really need more tagging in of SETUP_LOOP and COME_FROM.
|
2016-11-13 01:28:36 -05:00 |
|
rocky
|
36874c72e2
|
Possiby tidy grammar
|
2016-11-07 22:06:37 -05:00 |
|
rocky
|
41f360e3dc
|
Start bytecode 3.0 decompiling
|
2016-11-06 09:20:46 -05:00 |
|
rocky
|
5d10f7a0b0
|
Python 3.0 doesn't have POP_JUMP ops...
In some ways Python 3.0 code generation is more like Python 2.6 (and
before) than it is Python 2.7 or 3.0.
|
2016-11-06 08:55:03 -05:00 |
|
rocky
|
a685c60606
|
Make parse 3.0 be its own thing
|
2016-11-05 21:02:49 -04:00 |
|