implement set/dict comprehensions and set literals
authorStefan Behnel <scoder@users.berlios.de>
Fri, 12 Dec 2008 08:21:10 +0000 (09:21 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 12 Dec 2008 08:21:10 +0000 (09:21 +0100)
commiteac2e5ff8de1f11e128bd6df937e20c3821235d2
treef594f5c3d1f2b44b0ecaadc1254b9cc8409a4c81
parent4a8f753f0025504e5218b483fb8d29d261c5ad97
implement set/dict comprehensions and set literals
Cython/Compiler/ExprNodes.py
Cython/Compiler/Parsing.py
tests/run/dictcomp.pyx [new file with mode: 0644]
tests/run/set.pyx
tests/run/setcomp.pyx [new file with mode: 0644]