Skip to content

jbcoe/clang_cpp_code_model

Repository files navigation

clang_cpp_code_model

Python functions and classes built on top of the existing python bindings for libclang that give a simple representation of C++ classes and functions.

This module was writtent to power code generators, see https://github.com/jbcoe/C_API_generation for an example.

Requires

Usage

Set LD_LIBRARY_PATH to find libclang
./run_tests.sh

#Continuous integration Build status (on Travis-CI): Build Status

About

Python functions and classes to represent C++ class and function declarations from a clang AST.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published