I want to parse C++ header files (not for classes, just Plain Old C functions), and automatically generate entry points for another language.
Has anybody created an LPEG grammar capable of parsing a reasonable subset of C++?
Thanks,
Ben