Re: [sqlite] using lemon

2012-05-10 Thread Richard Hipp
On Thu, May 10, 2012 at 4:59 PM, Baruch Burstein wrote: > 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

Re: [sqlite] using lemon

2012-05-10 Thread Igmar Palsenberg
> 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

Re: [sqlite] using lemon to create a c++ parser class

2007-12-09 Thread Christian Smith
Wilson, Ron uttered: It has been a very long time since I have tinkered with lex/yacc but my current project requires a parser. I'm thinking of learning lemon. Frankly, the sqlite code base is far more complex than what I will implement. Is anyone willing to share a lemon parse.y code exampl