Added Node.clone_node utility.
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 May 2008 16:09:01 +0000 (18:09 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 May 2008 16:09:01 +0000 (18:09 +0200)
commit6f5104eb2f342a7fae4942465282200fb7eea9ae
treef65aab07492f284a4ca14db7e606738ebc688579
parentf49378c5270f81a8b5e2fa8d7e61808327f631ef
Added Node.clone_node utility.

A method for cloning nodes. I expect this one to work on all descandants, but
it can be overriden if a node has special needs. It seems natural to put
such core functionality in the node classes rather than in a visitor.
Cython/Compiler/Nodes.py