Re: [Vala] C code generator

2012-08-09 Thread Luca Bruno
On Thu, Aug 9, 2012 at 2:14 AM, Luis Santos l...@luissantos.pt wrote: I'm trying to use vala to create plugins (shared libraries) for another program. I would like to write some attributes on my classes and add extra C code in compile time based on those attributes. How can i write my

[Vala] C code generator

2012-08-08 Thread Luis Santos
I'm trying to use vala to create plugins (shared libraries) for another program. I would like to write some attributes on my classes and add extra C code in compile time based on those attributes. How can i write my custom attributes? and parse and execute them. And how can i generate custom