D-Day for DMD is today!

Daniel Murphy via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Aug 28 20:47:58 PDT 2015


""Luís Marques " wrote in message 
news:ckyiqzpchfahzfjmmuvc at forum.dlang.org...

> What is the relation between the .h files that were left intact, and the 
> backend, GDC, and LDC? When the backend is converted to D, will the DMD 
> source drop the C++ header files, or will (some?) of those be left behind 
> because GDC and LDC will always use some C++ interfaces in their glue 
> code?

The frontend header files will need to stay intact, and GDC/LDC will 
continue to use them.  All the backend header files can be deleted once the 
backend has been converted.

I'm planning to generate the C++ headers from the D source rather than 
maintain them by hand. 



More information about the Digitalmars-d-announce mailing list