parser support for generator expressions so that we can give a better error message...
authorStefan Behnel <scoder@users.berlios.de>
Thu, 6 May 2010 20:11:25 +0000 (22:11 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 6 May 2010 20:11:25 +0000 (22:11 +0200)
commit5b60eb8b1bcff077a4018b4e58282bda2e1ceabd
tree1261d99ab0eebfa69e11a897ad36f3d53961f72d
parentb6ad71a201f46ad5f4615a7a1090e73e12ff43e4
parser support for generator expressions so that we can give a better error message than "Expected ')'"
Cython/Compiler/ExprNodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py