P
PaulR
Hi,
can anyone recommend a reliable C++ parser for Java?
I have a C++ project with around 300 (very similar) classes which I
want to migrate to Java. It would be a big help to be able to parse the
original files and extract key information from them. Especially struct
info, variable and method names, comments etc and then create Java
skeletons.
I see that Eclipse has a C++ project. Is the parser accessible?
Any ideas?
Thanks
Paul Ramsden
can anyone recommend a reliable C++ parser for Java?
I have a C++ project with around 300 (very similar) classes which I
want to migrate to Java. It would be a big help to be able to parse the
original files and extract key information from them. Especially struct
info, variable and method names, comments etc and then create Java
skeletons.
I see that Eclipse has a C++ project. Is the parser accessible?
Any ideas?
Thanks
Paul Ramsden