What is the simplest way of parsing C++ source code (extracting meta-info) in Java? -


i need extract classes, methods , parameters .c/.cpp files in java code.

i've reviewed:

  • antlr (can't find ready c++ grammar java target),

  • gccxml (probably works can't test on windows),

  • clang (seems large task), none of them enough (or giant task).

what approach recommended?

small libs without external dependencies appreciated.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -