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 |
|
rocky
|
184f480bc8
|
Remove whileelselastsmt ...
Right now I don't know what it does and we don't have something that
needs it
|
2017-11-23 12:33:41 -05:00 |
|
rocky
|
cddb55eb33
|
provisional 2.7 whileelselast rule
|
2017-11-23 11:45:24 -05:00 |
|
rocky
|
e2a6c0435d
|
grammar reduction of while loops
|
2017-11-23 10:51:22 -05:00 |
|
rocky
|
b8f74c23f4
|
2.x Grammar reduction/isolation
|
2017-11-22 19:13:21 -05:00 |
|
rocky
|
288516d8c2
|
Increase grammar coverage
|
2017-11-22 11:28:05 -05:00 |
|
rocky
|
38f04f0073
|
More complete grammar coverage
|
2017-11-22 11:15:39 -05:00 |
|
rocky
|
52d1e44560
|
Merge branch 'master' into python-2.4
|
2017-11-16 09:18:19 -05:00 |
|
rocky
|
183a406bf1
|
More grammar cleanup
|
2017-11-16 00:32:34 -05:00 |
|
rocky
|
c28f2f2e56
|
More 2.7/2.7- grammer separation & cleanup
|
2017-11-15 23:01:33 -05:00 |
|
rocky
|
f274ac0e3b
|
Grammar cleanup: separate some 2.7 from 2.7- rules
|
2017-11-15 21:04:06 -05:00 |
|
rocky
|
ee6db130ec
|
grammar cleanup: dict/set comprehensions 2.7+
|
2017-11-15 09:38:48 -05:00 |
|
rocky
|
77b93c5f21
|
Sync with master
|
2017-10-10 23:04:25 -04:00 |
|
rocky
|
9e0c65881d
|
Sync with master
|
2017-10-10 22:52:07 -04:00 |
|
rocky
|
adc9b99106
|
More spark-parser 2.7.0 compatabilithy changes
|
2017-10-10 15:11:08 -04:00 |
|