Re: GLib with Flex and Bison

2011-10-03 Thread jcupitt
On 3 October 2011 01:37, Craig 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.

Re: GLib with Flex and Bison

2011-10-03 Thread Vivien Malerba
On 3 October 2011 02:37, Craig 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