RE: How to generate C-- inside an Haskell program

"Simon Peyton-Jones" <[email protected]> Mon, 19 Sep 2005 13:38:41 +0100
Newsgroups gmane.comp.lang.c--
Message-ID <036EAC76E7F5EC4996A3B3C3657D41160339856F@EUR-MSG-21.europe.corp.microsoft.com>
| > I have wanted the same thing on a couple occasions. perhaps the code
can
| > be pulled out and put into Language.Cmm.* or something? I think it
is
| > still evolving though.
| 
| I am a member of a two-person project developing a Ruby compiler in
| Haskell that targets c--, so I would also (of course) like to see
| something like Language.Cmm.*

The way lies open for anyone who'd like to tackle this.  The stuff
inside GHC would form a good basis.

Simon