www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Source code of the D compiler

reply Lethalman <Lethalman_member pathlink.com> writes:
Is there the source code of the D compiler?
If not, so this language will never become a well known language...
Sep 19 2004
next sibling parent reply Lethalman <Lethalman_member pathlink.com> writes:
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...
Sep 19 2004
parent Stephan Wienczny <Stephan Wienczny.de> writes:
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
Sep 19 2004
prev sibling next sibling parent Sjoerd van Leent <Sjoerd_member pathlink.com> writes:
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
Sep 19 2004
prev sibling parent Ben Hinkle <bhinkle4 juno.com> writes:
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/
Sep 19 2004