PetrPPetrov / beautiful-capi

Beautiful Capi is a tool which automates the creation of compiler-independent and binary compatible C++ libraries across different C++ compilers
GNU General Public License v3.0
33 stars 3 forks source link

Clang-based parser of C++ source to automatically generate XML API description #74

Open PetrPPetrov opened 6 years ago

PetrPPetrov commented 6 years ago

Create a Clang-based parser of C++ sources (or headers) to automatically generate XML API description. So, implementing this issue will allow possibility to fully automatically create C-API for existing libraries.

PetrPPetrov commented 6 years ago

Clang (LLVM) provides API for accessing C++ class declarations, method and function declarations, etc.