Re: [sqlite] Lemon: broken lookahead propagation?

2012-01-08 Thread Vincent Zweije
On Sat, Jan 07, 2012 at 10:18:12AM -0500, Richard Hipp wrote:

||  On Wed, Jan 4, 2012 at 11:00 AM, Vincent Zweije  wrote:
||
||  > I may have hit a bug in the lemon parser generator.
||  >
||
||  Please see if the following fix clears your problem:
||
||  http://www.sqlite.org/src/info/ce32775b23

Looks good: it produces a few more 's and other terminals in
the starters list, but I'm sure you checked that too. Haven't checked
the generated parser yet on actual input yet.

Thanks.  Vincent.
-- 
Vincent Zweije    | "If you're flamed in a group you
  | don't read, does anybody get burnt?"
[Xhost should be taken out and shot] |-- Paul Tomblin on a.s.r.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Three small patches for lemon

2012-01-08 Thread Eduardo Morras

At 04:21 08/01/2012, you wrote:

[I sent this 3 months ago, but got no response - if this is the wrong
place to be sending patches, please tell me where they should be sent.]

Attached are three small patches for lemon:

lemon-remove-duplicate-prototype.patch - remove a duplicate prototype
for SetNew().

lemon-two-typos.patch - fix a typo in a message and another in a
comment.

lemon-unused-parameter.patch - remove the errsym parameter to
resolve_conflict() which is no longer used.


I don't see any attachment. Perhaps mail list software removes them. 
Perhaps you should upload patches to your site and send the links.



Cheers,
Olly



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