Compyler is a pre-alpha x86 native code compiler. So far it can generate
primitive .pyds but not standalone executables. It can run some simple test
cases including pystones (although there is a memory leak there). And no, I
don't expect it'll ever be much faster than Cpython . I was primarily
i
PyASM by Grant Olson
=
PyASM is a dynamic x86 assembler for python. By "dynamic", I
mean that it can be used to generate inline assembly
functions in python at runtime without requiring object file
generation or linkage.
New in v
pyasm 0.1 - x86 assembler for Python
This release is for early adopters only. It is not properly packaged and
doesn't have very good documentation. It is however a functional assembler
that should be of interest to some people.
Current output targets include Windows-style COFF files that can be