www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - can I compile the dmd?

reply M <M_member pathlink.com> writes:
Is there a way to compile the dmd? I mean the front end source is present, but
the re are no backend binaries available for compilation. (for example the *.o
format).

It would be fun if one could compile the compiler too.
Sep 30 2005
next sibling parent =?UTF-8?B?VGhvbWFzIEvDvGhuZQ==?= <thomas-dloop kuehne.cn> writes:
M schrieb:

 Is there a way to compile the dmd? I mean the front end source is present, but
 the re are no backend binaries available for compilation. (for example the *.o
 format).
 
 It would be fun if one could compile the compiler too.
 
http://home.comcast.net/~benhinkle/dmdfe/ http://home.earthlink.net/~dvdfrdmn/d/
Sep 30 2005
prev sibling parent Sean Kelly <sean f4.ca> writes:
In article <dhjovr$1ufq$1 digitaldaemon.com>, M says...
Is there a way to compile the dmd? I mean the front end source is present, but
the re are no backend binaries available for compilation. (for example the *.o
format).

It would be fun if one could compile the compiler too.
Yes it would. I think the only option at present is to use GDC if you want to modify a fully functional D compiler. Unless there's a DM back-end EXE available that can process intermediate code from a file? Sean
Sep 30 2005