New features: CodeWriter, TreeFragment, and a transform unit test framework.
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 May 2008 16:12:21 +0000 (18:12 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 May 2008 16:12:21 +0000 (18:12 +0200)
commit2673725ce79494a3769856efc1fbf41a5423abf4
treee7207503c5d16eaca3d0f4bb0dbad6ac88cd7d41
parent6f5104eb2f342a7fae4942465282200fb7eea9ae
New features: CodeWriter, TreeFragment, and a transform unit test framework.

See the documentation of each class for details.

It is a rather big commit, however seperating it is non-trivial. The tests
for all of these features all rely on using each other, so there's a
circular dependency in the tests and I wanted to commit the tests and
features at the same time. (However, the non-test-code does not have a circular
dependency.)
Cython/CodeWriter.py [new file with mode: 0644]
Cython/Compiler/Tests/TestTreeFragment.py [new file with mode: 0644]
Cython/Compiler/Tests/__init__.py [new file with mode: 0644]
Cython/Compiler/Transform.py
Cython/Compiler/TreeFragment.py [new file with mode: 0644]
Cython/TestUtils.py [new file with mode: 0644]
Cython/Tests/TestCodeWriter.py [new file with mode: 0644]
Cython/Tests/__init__.py [new file with mode: 0644]