Re: [pygccxml-development] C type normalization utility function?
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2008-06-10 07:01:32
|
On Mon, Jun 9, 2008 at 1:36 PM, Gustavo Carneiro <gjc...@gm...> wrote: > As seen in > > https://bugs.launchpad.net/bugs/238455 > > I am getting problems in PyBindGen related to differences in types like > "char*" vs "char *", also the position of the 'const' keyword may change, > etc. > > I am looking for some robust, pure python code to parse C types and extract > features from it, or produce a canonical type string, so that I can use it > PyBindGen. Does something like this exist in pygccxml No, but we can discuss such addition to pygccxml. I think this is a nice & useful feature. > or elsewhere that I can steal? :-) May be from here: http://code.google.com/p/cppclean/wiki/InternalDesign -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |