]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Instead of using a lemon %fallback directive, have the tokenizer try to figure
authordan <dan@noemail.net>
Fri, 29 Jun 2018 17:44:52 +0000 (17:44 +0000)
committerdan <dan@noemail.net>
Fri, 29 Jun 2018 17:44:52 +0000 (17:44 +0000)
commit59ff42516cdd4a5c4d5e5d65b45ce7e312bf0472
treeacb75086312a90cc90c369007f259d55d22dcd5a
parent04a8e0cd54219d1bc3ef1701377819957aa541e6
Instead of using a lemon %fallback directive, have the tokenizer try to figure
out whether an instance of "WINDOW" should be TK_WINDOW or TK_ID.

FossilOrigin-Name: 022079cb0d67be5ac0a50dd9a4d41ee55ce8df681ecd0a544170d75fc8649978
manifest
manifest.uuid
src/parse.y
src/sqliteInt.h
src/tokenize.c
test/window6.test [new file with mode: 0644]
tool/lempar.c