Proof of concept: automatically import C header files

Dicebot public at dicebot.lv
Tue Jul 16 08:05:35 PDT 2013


On Tuesday, 16 July 2013 at 14:15:55 UTC, Jacob Carlborg wrote:
> Made a proof of concept to automatically parse, translate and 
> import C header files in D using DStep. DMD is linked against 
> DStep and does not start new process to make the translation.

While this a relatively common request, I don't think such stuff 
belongs to compiler. It creates extra mandatory dependencies 
while providing little advantage over doing this as part of a 
build system.

So far I am perfectly satisfied with invoking dstep from a 
Makefile.


More information about the Digitalmars-d mailing list