[pygccxml-development] C type normalization utility function?
Brought to you by:
mbaas,
roman_yakovenko
From: Gustavo C. <gjc...@gm...> - 2008-06-09 10:36:28
|
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 or elsewhere that I can steal? :-) -- Gustavo J. A. M. Carneiro INESC Porto, Telecommunications and Multimedia Unit "The universe is always one step beyond logic." -- Frank Herbert |