rapid genetic evolution of regular expressions
Dave Long
dl at silcom.com
Fri Apr 30 20:36:47 EDT 2004
For another tack on generating
code, see Cleese's Boa:
<http://cleese.sourceforge.net/cgi-bin/moin.cgi/BoaPreprocessor>
> Boa is a small Python preprocessor which uses import parser to
> translate Python-syntax source code into x86 assembly code. ...
We used it for the lowest level
code in Cleese, interfacing the
python VM with IDTs, GDTs, etc.
If you want to do NASM-level bit
bashing, but in a python syntax,
and have gcc handy to do all the
heavy lifting, it might prove to
be of some interest.
-Dave
More information about the Kragen-discuss
mailing list