in reply to Re^2: C++ header parser
in thread C++ header parser

From all I've heard, parsing C++ headers correctly is actually extremely difficult. More than one source has pointed at gcc-xml as probably the best tool to use for the job.

See also http://use.perl.org/~slanning/journal/34485

Replies are listed 'Best First'.
Re^4: C++ header parser
by ForgotPasswordAgain (Vicar) on Dec 17, 2007 at 20:02 UTC
    Hah, somebody does read my blog sometimes. :}
Re^4: C++ header parser
by Anonymous Monk on May 10, 2010 at 11:11 UTC
    I'm working on this right now. hparse at http://gist.github.com/395160 c++ would need some more love, certainly. This is just the first simple start. But funcs and structs are correctly dumped.