Re: GLib with Flex and Bison



On 3 October 2011 02:37, Craig <craigbakalian 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]