From: Nicholas T. <nt...@nt...> - 2009-05-13 01:55:55
Hi all,
Is there an easy way to re-output c++ code, with minor modifications?
Py++ seems mostly focused on creating Boost wrappers.
Thanks so much,
Nicholas
From: Nicholas T. <nt...@nt...> - 2009-05-13 02:31:01
Sorry for the spam, I didn't know that gccxml didn't parse function bodies.
regards,
Nicholas
On Tue, May 12, 2009 at 18:55, Nicholas Tung <nt...@nt...> wrote:
> Hi all,
>
> Is there an easy way to re-output c++ code, with minor modifications?
> Py++ seems mostly focused on creating Boost wrappers.
>
> Thanks so much,
> Nicholas
>
From: Nicholas T. <nt...@nt...> - 2009-05-13 07:13:35
On Tue, May 12, 2009 at 23:08, Roman Yakovenko <rom...@gm...>wrote:
> On Wed, May 13, 2009 at 4:55 AM, Nicholas Tung <nt...@nt...> wrote:
> > Hi all,
> >
> > Is there an easy way to re-output c++ code, with minor modifications?
> > Py++ seems mostly focused on creating Boost wrappers.
>
>
> http://blog.mozilla.com/tglek/2009/01/29/semantic-rewriting-of-code-with-pork-a-bitter-recap/
>
> HTH
>
> --
> Roman Yakovenko
> C++ Python language binding
> http://www.language-binding.net/
>
Thanks very much, I'll give it a try. It seems to be exactly what I was
looking for!
Nicholas