]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For the Lemon-generated parser, add a new action type SHIFTREDUCE and use it
authordrh <drh@noemail.net>
Mon, 7 Sep 2015 18:23:37 +0000 (18:23 +0000)
committerdrh <drh@noemail.net>
Mon, 7 Sep 2015 18:23:37 +0000 (18:23 +0000)
commit3bd48ab213bdfd776d04b4e9be4641bc0d0583e4
tree87f0536961ba42826fe78c77fb585b99ee1ee450
parent7e698e9d71606c5f3d4364db26a0f72b2e7ceb4e
For the Lemon-generated parser, add a new action type SHIFTREDUCE and use it
to further compress the parser tables and improve parser performance.

FossilOrigin-Name: 531c3974b3d586c1989cde905b2fb4681239a570
manifest
manifest.uuid
src/lempar.c
src/parse.y
src/tokenize.c
test/misc1.test
tool/lemon.c
tool/lempar.c