>>> 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 :)