htod

Jacob Carlborg doob at me.com
Sat Aug 13 04:31:29 PDT 2011


On 2011-08-13 04:13, Trass3r wrote:
>>>> I'm working on a tool to convert C header files to D modules based on
>>>> clang. But currently it's not a prioritized project.
>>>
>>> I also played with the idea. Clang's Rewrite facilities should be
>>> perfect for that.
>>
>> Yeah, I'm using Rewrite, if I recall correctly.
>
> Should really be a community effort :)

I guess so. It started out as a better implementation of my DStep 
project. To convert Objective-C headers to D modules. But since 
Objective-C is C as well it needs to handle all C as well.

I guess I can put it on github. But currently it's patches for clang, 
just so I could get a quick start.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list