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

"Andreas Farre" <[email protected]> Wed, 14 Sep 2005 09:39:02 +0200 (CEST)
Newsgroups gmane.comp.lang.c--
Message-ID <[email protected]>
John Meacham said:
> On Sat, Sep 10, 2005 at 11:42:44PM +0200, Alain Cremieux wrote:

>> Now I would like to generate C-- using modules which have probably been
>> developped in the (unfinished) part of GHC dealing with C--. Is there
>> any documentation about these modules, or are there some examples
>> available in the CVS tree that I can take as models ?
>
> 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.*

Andreas