Re: [sqlite] Question about lemon

2010-04-12 Thread Andy Gibbs
Hi Allan, > Instead of adding the definition > > cmd ::= set_item. > > have you thought about defining the acceptable alternatives to "SET"? > For instance, > > set ::= SET. > set ::= . > cmd ::= set set_list. Thank you for the suggestion. I have just tried this and unfortunately, it doesn't wo

Re: [sqlite] Question about lemon

2010-04-05 Thread Schrum, Allan
n...@sqlite.org] On Behalf Of Andy Gibbs > Sent: Thursday, April 01, 2010 8:04 AM > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] Question about lemon > > Hi, sorry to bump this thread, but I thought I'd just try once more to > see > whether anybody might have some in

Re: [sqlite] Question about lemon

2010-04-05 Thread Wilson, Ronald
> Hi, sorry to bump this thread, but I thought I'd just try once more to see > whether anybody might have some insight on the problem I'm having with > Lemon, as detailed in the original post below. I'm sure posts that > languish > on this mailing list quickly get snowed under! I appreciate its n

Re: [sqlite] Question about lemon

2010-04-01 Thread Andy Gibbs
Hi, sorry to bump this thread, but I thought I'd just try once more to see whether anybody might have some insight on the problem I'm having with Lemon, as detailed in the original post below. I'm sure posts that languish on this mailing list quickly get snowed under! I appreciate its not an Sqli

[sqlite] Question about lemon

2010-03-10 Thread Andy Gibbs
Hello, Is it alright to ask a quick question about the lemon parser in this mailing list, or is there a dedicated one which I should post this to instead? I'm using lemon to create a parser for a simple c/basic-like grammar, and have among other rules, the following defined (I've trimmed it down