GDC: Difference between revisions

From Rosetta Code
Content added Content deleted
(populate GDC page)
m (Link)
Line 1: Line 1:
{{implementation|D}}
{{implementation|D}}
GDC is the D compiler based on the DMD front end and the GCC backend. Currently, the most recent branch is out of date. It is buildable on GCC 4.3.1 and comes with version 1.0.30 of the front end (latest at the time is 1.0.46). This means that it does not support some useful features like array operations.
GDC is the D compiler based on the DMD front end and the [[GCC]] backend. Currently, the most recent branch is out of date. It is buildable on GCC 4.3.1 and comes with version 1.0.30 of the front end (latest at the time is 1.0.46). This means that it does not support some useful features like array operations.

Revision as of 12:44, 2 September 2009

GDC is an implementation of D. Other implementations of D.

GDC is the D compiler based on the DMD front end and the GCC backend. Currently, the most recent branch is out of date. It is buildable on GCC 4.3.1 and comes with version 1.0.30 of the front end (latest at the time is 1.0.46). This means that it does not support some useful features like array operations.