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
Post a Comment