cmonster
cmonster copied to clipboard
Python wrapper for the Clang C++ preprocessor and parser.
did your job have the macros expanded?
- OSX 10.8.5 - Xcode: 5.0.1 - Boost: easy_installed today - Python: brew installed today - Cython: easy_installed today - LLVM downloaded from trunk, today ``` $ python3 --version Python...
The py_def macro uses cmonster's Python-macro feature. This feature generates a _Pragma operator token, stringizing the arguments of the py_def macro. When this is done, any macros that happen to...
Include locators can be used to resolve #include directives. Currently include locators only may only return a file path. It would be neat if they could also return file(-like) objects,...