digitalmars.D - can I compile the dmd?
- M <M_member pathlink.com> Sep 30 2005
- =?UTF-8?B?VGhvbWFzIEvDvGhuZQ==?= <thomas-dloop kuehne.cn> Sep 30 2005
- Sean Kelly <sean f4.ca> Sep 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.
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









=?UTF-8?B?VGhvbWFzIEvDvGhuZQ==?= <thomas-dloop kuehne.cn> 