rocky
|
162bb0a85f
|
Merge branch 'master' into python-2.4
|
2018-01-13 01:05:38 -05:00 |
|
rocky
|
1485d26aa2
|
Bug in 2.7 try else in a loop
|
2018-01-12 22:19:30 -05:00 |
|
rocky
|
7efbd55b69
|
Merge branch 'master' into python-2.4
|
2018-01-11 21:55:43 -05:00 |
|
rocky
|
c6e20e4444
|
Fix whileelse bug
|
2018-01-11 21:52:33 -05:00 |
|
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
|
5ef2d5cd9f
|
Merge branch 'master' into python-2.4
|
2017-12-13 08:58:18 -05:00 |
|
rocky
|
733e0ebf9d
|
Fix 2.6- chained compare in lambda
|
2017-12-12 14:29:47 -05:00 |
|
rocky
|
832734ccb4
|
Fix 2.7 lambda with chained compare...
More work needs to be done for 2.6-
|
2017-12-12 13:13:30 -05:00 |
|
rocky
|
84b4ac1c51
|
NT "_for" -> "for_iter" reduces confusion w/ "for"
|
2017-12-12 12:41:44 -05:00 |
|
rocky
|
5fc33aeef5
|
Merge branch 'master' into python-2.4
|
2017-12-04 09:41:49 -05:00 |
|
rocky
|
3425851dc7
|
Python 3.x needs conditional_not
|
2017-12-04 08:40:06 -05:00 |
|
rocky
|
987b5a2290
|
Merge branch 'master' into python-2.4
|
2017-12-03 19:57:26 -05:00 |
|
rocky
|
c791a45aae
|
Handle a wierd 2.6 conditional false expression...
from 2.6. test_grammar
|
2017-12-03 19:56:14 -05:00 |
|
rocky
|
df4d80ff26
|
Merge branch 'master' into python-2.4
|
2017-12-03 11:19:48 -05:00 |
|
rocky
|
5b916567fe
|
NT try-middle -> except-handler to match AST
|
2017-12-03 06:30:33 -05:00 |
|
rocky
|
cfce914889
|
One more _come_from -> _come_froms
|
2017-12-03 05:22:12 -05:00 |
|
rocky
|
72e2d1a2bf
|
One more _come_from -> _come_froms
|
2017-12-03 05:19:20 -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
|
5ae32de709
|
Add global statements even for read of globals
|
2017-12-02 19:13:11 -05:00 |
|
rocky
|
7b15e54b7d
|
Add "global" in functions that just read
|
2017-12-02 19:11:11 -05:00 |
|
rocky
|
0b9fca2263
|
Sync with master
|
2017-12-02 09:51:15 -05:00 |
|
rocky
|
6d0f72f13b
|
Fix bug in 2.6 tryelse get test_grammar working...
localize grammar rules
|
2017-12-02 01:35:43 -05:00 |
|
rocky
|
ac4d4d1da9
|
NT dictcomp -> dict_comp to match AST
|
2017-11-30 08:50:00 -05:00 |
|
rocky
|
fcdea73b4f
|
list_compr -> list_comp to match AST...
more Python 3 custom rule cleanup
|
2017-11-29 21:26:31 -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
|
05ab491d2e
|
Small Python 2 grammar reduction
|
2017-11-28 11:18:11 -05:00 |
|
rocky
|
6030730870
|
Merge branch 'master' into python-2.4
|
2017-11-27 07:33:23 -05:00 |
|
rocky
|
c66be4a858
|
Grammar hell
|
2017-11-27 07:15:28 -05:00 |
|
rocky
|
f1a98e94da
|
Grammar isolation
|
2017-11-27 06:38:00 -05:00 |
|
rocky
|
169e4681c3
|
Grammar isolation
|
2017-11-27 05:26:43 -05:00 |
|
rocky
|
c241b12308
|
Grammar isolation fixes
|
2017-11-27 05:16:08 -05:00 |
|
rocky
|
2674ec893a
|
Grammar reduction
|
2017-11-27 04:56:01 -05:00 |
|
rocky
|
2e6f2cac27
|
Remove some unused grammar rules
|
2017-11-26 19:43:37 -05:00 |
|
rocky
|
b9436e4851
|
Merge branch 'master' into python-2.4
|
2017-11-26 19:24:24 -05:00 |
|
rocky
|
d72ee71368
|
localize Python2 ifelsetmtr, compare_chained: 2.7
|
2017-11-26 19:08:20 -05:00 |
|
rocky
|
17f5b35b1d
|
More grammar isolation
|
2017-11-26 16:34:10 -05:00 |
|
rocky
|
b0a7452d48
|
2.7 tryfinally grammar rule removal
|
2017-11-26 15:34:00 -05:00 |
|
rocky
|
6db5c63307
|
More specific 2.7 dictcomp and setcomp rules
|
2017-11-26 15:06:45 -05:00 |
|
rocky
|
ad755b27a3
|
Isolaate kv, kv2 and kv3 better
|
2017-11-26 07:13:04 -05:00 |
|
rocky
|
35aca37557
|
Isolate kv, kv2, and kdv3 better
|
2017-11-26 06:53:22 -05:00 |
|
rocky
|
9b0225db60
|
Merge branch 'master' into python-2.4
|
2017-11-25 23:15:01 -05:00 |
|
rocky
|
43cea023c4
|
2.7 control-flow bug: except/pass in loop
|
2017-11-25 22:18:57 -05:00 |
|
rocky
|
a5bdc1acd0
|
Merge branch 'master' into python-2.4
|
2017-11-24 21:48:14 -05:00 |
|
rocky
|
85d65e25ba
|
cmp_list -> compare_chained ...
to better match the Python AST name Compare. Relates to Issue #29
|
2017-11-24 06:58:07 -05:00 |
|
rocky
|
3a9f4f2984
|
Merge branch 'master' into python-2.4
|
2017-11-23 12:37:00 -05:00 |
|