Thread overview
Source code of the D compiler
Sep 19, 2004
Lethalman
Sep 19, 2004
Lethalman
Sep 19, 2004
Stephan Wienczny
Sep 19, 2004
Sjoerd van Leent
Sep 19, 2004
Ben Hinkle
September 19, 2004
Is there the source code of the D compiler?
If not, so this language will never become a well known language...


September 19, 2004
In article <cik6rp$193d$1@digitaldaemon.com>, Lethalman says...
>
>Is there the source code of the D compiler?
>If not, so this language will never become a well known language...
>
>
Sorry i found it in src/dmd
But, how can i recompile it now? There's not Makefile or ./configure like a
standard package...


September 19, 2004
Lethalman wrote:
> In article <cik6rp$193d$1@digitaldaemon.com>, Lethalman says...
> 
>>Is there the source code of the D compiler?
>>If not, so this language will never become a well known language...
>>
>>
> 
> Sorry i found it in src/dmd
> But, how can i recompile it now? There's not Makefile or ./configure like a
> standard package...
> 
> 

Its not the complete sourcecode. Walter has released the frontend only. You will have to write a backend yourself ;-)

Stephan
September 19, 2004
In article <cik6rp$193d$1@digitaldaemon.com>, Lethalman says...
>
>Is there the source code of the D compiler?
>If not, so this language will never become a well known language...
>
>
There is an open source version of the D which you can find at www.opend.org. Although development is slightly behind the "normal" D, which is still under development(!!) it is very well usable.

Regards,
Sjoerd


September 19, 2004
Lethalman wrote:

> Is there the source code of the D compiler?
> If not, so this language will never become a well known language...

check out GDC: http://home.earthlink.net/~dvdfrdmn/d/