C Code Generation (Advanced)
     
     * C'Dent can emit C or C++ for Python
     * SWIG can wrap it back to a Python extension module
     
        foo.cd.py > foo.cpp > foo.o/foo.h > SWIG > foo.py