Support increment/decrement via Cython special methods. (May not be +/-1 for C++.)
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 14 Jan 2010 23:40:39 +0000 (15:40 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 14 Jan 2010 23:40:39 +0000 (15:40 -0800)
commite27de4846b1395738b9438dc33cfdd71769f618b
tree8c3c455d7b8eeb705c6349180f171ac22958a966
parent67d4ed42b1d9a6e1df41aa1c7f26020fc4b6a3ad
Support increment/decrement via Cython special methods. (May not be +/-1 for C++.)
Cython/Compiler/ExprNodes.py
Cython/Compiler/ParseTreeTransforms.py