On 12/08/2011 12:57 AM, Denis Kuzmenok wrote: > It would be great if someone write vapi for CTPP2 ( > http://ctpp.havoc.ru/en/ ) template parser. It's more "clean" and is > very fast indeed, with precompile, includes, etc.. (that will allow using templates compiled in > php, perl, python, etc). Looks cool. However it written in C++ and not used glib. Not sure how vala deals with such stuff.
I currently working on vala bindings for ctpl[1]. Ctpl uses glib and also cashes token tree in memory. Not sure about speed but it will be easier to reuse from vala. Currently i've added autotools support for .gir generation and going to add some annotation in order to get .gir file convertable to vapi. > I would write vapi if i can That would be cool I also new to gobject and vala bindings so i cannot suggest something valuable. I hope list members can help and answer questions about C++ and Vala/vapi compatability. [1]: http://ctpl.tuxfamily.org/ -- antono _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
