initial constant folding transform: calculate constant values in node.constant_result
authorStefan Behnel <scoder@users.berlios.de>
Sat, 13 Dec 2008 21:23:00 +0000 (22:23 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 13 Dec 2008 21:23:00 +0000 (22:23 +0100)
commitb8782c99db6e659e5c1d8f726efad0973c5a7591
treea25812aee3ba2cca3be9c4030de2d9caf1eabba2
parentfb4ea1378f201b8a34090004b3e65511e8914f4b
initial constant folding transform: calculate constant values in node.constant_result
Cython/Compiler/ExprNodes.py
Cython/Compiler/Main.py
Cython/Compiler/Optimize.py