GDC 0.18

David Friedman dvdfrdmn at users.ess-eff.net
Sat May 27 14:44:46 PDT 2006


Frank Benoit wrote:
> Good to hear that GDC is absolutely active. Thanks.
> 
> Is it technically possible to build a gdc in D?
> E.g with the sources of the dparser project?

It is possible.  I think interfacing the whole compiler directly to D 
would not be trivial, but writing most of the compiler in D (semantic 
processing) and a smaller part in C (generating GCC tree nodes) should 
be workable.

David



More information about the Digitalmars-d-announce mailing list