This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Reading internal g++ tree for Python interface generation
- To: gcc at gcc dot gnu dot org
- Subject: Reading internal g++ tree for Python interface generation
- From: Adrien Hernot <amh at BSD-Dk dot dk>
- Date: Thu, 21 Dec 2000 13:43:57 +0100
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