This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Reading internal g++ tree for Python interface generation



Hi!

I am planning of adding some custom code to the g++ compiler 
in order to automatically generate a Python wrapper for the
classes beiing compiled.
The benefit are to automate this process, to
generate a 'good' wrapper (the internal tree contains alot of
information) without having to write a parser one more time.

I would like to know if this has already been attempted, 
what are the possible problems I am going to run into.

Adrien


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]