digitalmars.D - can I compile the dmd?
- M (4/4) Sep 30 2005 Is there a way to compile the dmd? I mean the front end source is presen...
- =?UTF-8?B?VGhvbWFzIEvDvGhuZQ==?= (3/9) Sep 30 2005 http://home.comcast.net/~benhinkle/dmdfe/
- Sean Kelly (5/9) Sep 30 2005 Yes it would. I think the only option at present is to use GDC if you w...
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
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
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