On 2013-05-22 10:05, IgorStepanov wrote:
Is there someone free C++ parser? I want to create simple util to converting C++ headers to D like htod, but I want, if it possible, to dont write C++ parser. Any ideas?
There's libclang. I already have a tool that handles C and Objective-C files. Pull request are welcome :)
https://github.com/jacob-carlborg/dstep -- /Jacob Carlborg
