September 26, 2015
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?
September 26, 2015
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