I just meant for registering everything properly into ctypes. I.e. primarily function names and argument types.
The biggest problem I see is the issue of bootstrapping. --Sean Silva On Mon, Sep 3, 2012 at 4:58 AM, Tobias Grosser <[email protected]> wrote: > On 09/01/2012 04:19 PM, Sean Silva wrote: >> >> I would be nifty if we could generate all of these directly from >> Index.h using cindex.py itself! > > > Hi Sean, > > are you stating you want to generate the entire cindex.py automatically? > Or just the table with the method signatures? > > I am honestly a little afraid of generating all automatically. This > seems to increase the complexity of the python bindings significantly. > Also, I am not sure how easy we could do performance tuning on such an > automatically generated code or how we could add proper error reporting. > > Cheers > Tobi > > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
