C++ parser

Dejan Lekic dejan.lekic at gmail.com
Wed May 22 01:11:16 PDT 2013


On Wednesday, 22 May 2013 at 08:05:06 UTC, 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?

The easiest thing for you would be to use the GCCXML - 
http://gccxml.github.io/HTML/Index.html


More information about the Digitalmars-d mailing list