lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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