C++ parser

Jacob Carlborg doob at me.com
Wed May 22 01:10:31 PDT 2013


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


More information about the Digitalmars-d mailing list