Re: scripting interface to GCC ?

2006-03-14 Thread Mike Mattie
Daniel Berlin wrote: On Mon, 2006-03-13 at 16:25 -0700, Tom Tromey wrote: Mike == Mike Mattie [EMAIL PROTECTED] writes: Mike Has anyone ever tried to build a scripting interface into the guts of Mike GCC with something like SWIG ? I've heard of a couple efforts along these lines -- once with

Re: scripting interface to GCC ?

2006-03-13 Thread Tom Tromey
Mike == Mike Mattie [EMAIL PROTECTED] writes: Mike Has anyone ever tried to build a scripting interface into the guts of Mike GCC with something like SWIG ? I've heard of a couple efforts along these lines -- once with Scheme and once with Python. I don't know if either used SWIG. Neither one

Re: scripting interface to GCC ?

2006-03-13 Thread Daniel Berlin
On Mon, 2006-03-13 at 16:25 -0700, Tom Tromey wrote: Mike == Mike Mattie [EMAIL PROTECTED] writes: Mike Has anyone ever tried to build a scripting interface into the guts of Mike GCC with something like SWIG ? I've heard of a couple efforts along these lines -- once with Scheme and once

scripting interface to GCC ?

2006-03-12 Thread Mike Mattie
Hello GCC developers, Has anyone ever tried to build a scripting interface into the guts of GCC with something like SWIG ? I am currently working on a program where I want to embed a portion of another program into my project. It would be very nice if I could use a static call graph from my