On 3 October 2011 02:37, Craig <craigbakal...@verizon.net> wrote:

> Hi,
>
> I have spent the past two weeks studying Flex and Bison.  It is great
> stuff!  I am about to try to use GLib in a Bison file, mainly calling
> functions on the GList Object.  I have never tried this before.  Will it
> work?  Are there any threading issues?
>
>
You can also use the lemon parser generator (http://www.hwaci.com/sw/lemon/)
which I find better to understand and use than Lex and Bison (no need for
external programs to compile, easier to understand, supports several
simultaneous parsing,...). It's the parser used (and made for) SQLite.
Libgda uses it extensively as well.

Regards,

Vivien
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to