> Can anyone suggest a lexical scanner generator that:
> a) Works well with Lemon?
> b) Is also thread-safe (like Lemon)?
> 
> Does Flex work well with Lemon? (I think it is not thread-safe, but it is
> very popular and has plenty of examples around, which is also a plus for me)
> 
> I am trying to learn a little about writing tokenizers/parsers, and thought
> a */Lemon combo would be better to learn if I don't have any previous
> experience anyway than Flex/Bison.

I've used re2c recently. It should meet your needs, and worked well in my case. 
There is a lack of documentation,
but I've pot most issues I've ran into on my blog : 
http://www.palsenberg.com/development/working-with-re2c-lessons-learned

If you live up to those rules, live should be pleasant :)



        Igmar
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to