]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Reduce the number of distinct token symbols in the parser so that the parser
authordrh <drh@noemail.net>
Thu, 24 Nov 2005 22:22:29 +0000 (22:22 +0000)
committerdrh <drh@noemail.net>
Thu, 24 Nov 2005 22:22:29 +0000 (22:22 +0000)
commitfa3b19ef3d871571de542186d8250d5eaaaa00f3
tree0067dad51575594862b89e12478490dcaf76403a
parent31beae983e5372e18312dd38f0c901e6581b5c36
Reduce the number of distinct token symbols in the parser so that the parser
can store tokens in a single byte and thus be smaller in size. (CVS 2776)

FossilOrigin-Name: 2dfc9863919c9eb1fd1064ab2817d752dd7f9293
Makefile.in
addopcodes.awk [new file with mode: 0644]
main.mk
manifest
manifest.uuid
mkopcodeh.awk
src/parse.y
src/vdbeaux.c