Handle inplace arithmatic via parse tree transform.
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 12 Nov 2010 07:58:11 +0000 (23:58 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 12 Nov 2010 07:58:11 +0000 (23:58 -0800)
commit5668a4fb73f61c6acd26c004e89ad979c61965ac
treed76699f7ae712a0329ca1ec42d509a05da2ef80f
parent0f5d7221238c42e2a41c97cdd40482568e5251d9
Handle inplace arithmatic via parse tree transform.
Excludes buffers and C++, which have their own code.
This is in preparation for #591 (inline vs. cdivision) and
support for inline complex arithamtic.
Cython/Compiler/ExprNodes.py
Cython/Compiler/Main.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/UtilNodes.py