www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - .h in dmd source code

reply Freddy <Hexagonalstar64 gmail.com> writes:
Under dmd's source 
code(https://github.com/D-Programming-Language/dmd/tree/master/src) there are
some .h files, wasn't  dmd supported to converted to D? Why are the .h files
still there?
Sep 26 2015
parent David Nadlinger <code klickverbot.at> writes:
On Saturday, 26 September 2015 at 18:40:12 UTC, Freddy wrote:
 Under dmd's source 
 code(https://github.com/D-Programming-Language/dmd/tree/master/src) there are
some .h files, wasn't  dmd supported to converted to D? Why are the .h files
still there?
Because the backend is still in C++, and in the case of GDC and LDC, will stay in C++. Daniel was working on a way to auto-generate them from the D sources, though. — David
Sep 26 2015