View Single Post
Old Dec 2nd, 2007, 12:36 PM   #5
Mad_guy
Hobbyist Programmer
 
Mad_guy's Avatar
 
Join Date: Oct 2004
Location: Sandstorm, Techno Club
Posts: 239
Rep Power: 4 Mad_guy is on a distinguished road
Send a message via AIM to Mad_guy Send a message via MSN to Mad_guy
Re: Small compiler in Haskell

Quote:
Originally Posted by Arevos View Post
By the way, the way your program compiles into assembly is pretty neat
I too, like my code generator even if it is somewhat inefficient. It is simple enough to the point I think anybody who wanted to look at it could, and understand with minimal hassle.

Luckily, harpy provides much and it is quite useful, in all honesty. Monadic x86 assembly, all for free. If you're interested in runtime code generation, it's really worth a look.
__________________
os: mac os 10.5.4
revision control: git
editor: emacs

site
Mad_guy is offline   Reply With Quote