Thread overview
can I compile the dmd?
Sep 30, 2005
M
Sep 30, 2005
Thomas Kühne
Sep 30, 2005
Sean Kelly
September 30, 2005
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.


September 30, 2005
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/
September 30, 2005
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