]> granicus.if.org Git - yasm/commit
python-yasm: Modularize and clean up. Note the modularization is a little
authorPeter Johnson <peter@tortall.net>
Mon, 3 Apr 2006 04:32:25 +0000 (04:32 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 3 Apr 2006 04:32:25 +0000 (04:32 -0000)
commit5f284d738cb0924fe035e897b8367e03f9329fe8
tree647cfb4686d519ee50216a7ca088216a7b3dd40e
parent02eb686f36df2d02ff3c9ef52e1412ac93e537b3
python-yasm: Modularize and clean up.  Note the modularization is a little
bit broken: you need to remove yasm.c before running python setup.py build
or the pyrex step may not actually run.

svn path=/trunk/yasm/; revision=1450
tools/python-yasm/bytecode.pxi [new file with mode: 0644]
tools/python-yasm/coretype.pxi [new file with mode: 0644]
tools/python-yasm/expr.pxi [new file with mode: 0644]
tools/python-yasm/floatnum.pxi [new file with mode: 0644]
tools/python-yasm/intnum.pxi [new file with mode: 0644]
tools/python-yasm/setup.py
tools/python-yasm/symrec.pxi [new file with mode: 0644]
tools/python-yasm/value.pxi [new file with mode: 0644]
tools/python-yasm/yasm.pyx