Re: GLib with Flex and Bison

2011-10-03 Thread jcupitt
On 3 October 2011 01:37, Craig craigbakal...@verizon.net wrote:
 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?

Bison and flex don't use threads, so no, there's no issue there, it works fine.

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


Re: GLib with Flex and Bison

2011-10-03 Thread Vivien Malerba
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


GLib with Flex and Bison

2011-10-02 Thread Craig
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?  


-- 
Craig craigbakal...@verizon.net

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