Kodgen - C++ Parser and Code generator
Kodgen is a C++17 library based on libclang. It provides tools to parse C++ source files, extract data from it, and generate files from the parsed data. The C++ entities parsed in the current implementation are namespaces, structs/classes, non-member and member variables, non-member and member functions, enums and enum values.
https://github.com/jsoysouvanh/Kodgen
License:
Tech:
Tags: