K
kuangye
Hi, all. I need to generate other programming languages source code
from C++ source code for a project. To achieve this, the first step is
to "understand" the c++ source code at least in formally. Thus is
there any library to parse the C++ source code statically. So I can
develop on this library.
It would be better that the library is implemented by dynamical
language (such as python,...)
Since the project's C++ source code is rather simple and regular. I
think i can generate other language representation from C++ source
code.
from C++ source code for a project. To achieve this, the first step is
to "understand" the c++ source code at least in formally. Thus is
there any library to parse the C++ source code statically. So I can
develop on this library.
It would be better that the library is implemented by dynamical
language (such as python,...)
Since the project's C++ source code is rather simple and regular. I
think i can generate other language representation from C++ source
code.