Re: [sqlite] Lemon bug in shiftreduce action for error symbol

2016-06-20 Thread Vincent Zweije
On Fri, Jun 17, 2016 at 11:50:48AM -0400, Richard Hipp wrote: > On 6/6/16, Vincent Zweije wrote: > > > > > When the shiftreduce action is used in an error context, > > such as: > > > >X -> alpha error. > > > > the adjustment is not made. This causes error handling to

Re: [sqlite] Lemon bug in shiftreduce action for error symbol

2016-06-17 Thread Richard Hipp
On 6/6/16, Vincent Zweije wrote: > > When the shiftreduce action is used in an error context, > such as: > >X -> alpha error. > > the adjustment is not made. This causes error handling to fail. > Is this problem fixed by

[sqlite] Lemon bug in shiftreduce action for error symbol

2016-06-17 Thread Vincent Zweije
[resent without pgp signature since i've not seen it come back on the list or had any reaction so far] The shiftreduce action is a shift action followed by a reduce action. It is executed in two parts: a shift part, shifting to an anonymous state. In this state, the state number is actually an