]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a version of the Lemon parser template "lempar.c" to the src/ subfolder.
authordrh <drh@noemail.net>
Fri, 3 Jul 2009 17:09:28 +0000 (17:09 +0000)
committerdrh <drh@noemail.net>
Fri, 3 Jul 2009 17:09:28 +0000 (17:09 +0000)
commit53bc21b911eed9f61cde96aa59744ace77ff5eab
tree82d9f43e5df8131fabf047105f1e89869c425fdd
parente0d9e6f6239baa9f7710cfd92a4c8a33aedb6689
Add a version of the Lemon parser template "lempar.c" to the src/ subfolder.
This new parser template contains a couple of NEVER() macros that disable
tests that are needed for general grammars but not for the specific grammar
used by SQLite.  SQLite builds with the modified lempar.c. (CVS 6842)

FossilOrigin-Name: d426cc64f6014e2c2b9bcde0f5440396aec2fa18
Makefile.in
Makefile.vxworks
main.mk
manifest
manifest.uuid
src/lempar.c [new file with mode: 0644]