Update lemon to the latest version in the SQLite repo. Please let me know
if there are any grammar problems with this newer version. Assume
maintainership.
Approved by: maintainer
The Lemon program is an LALR(1) parser generator. It takes a context free
grammar and converts it into a subroutine that will parse a file using that
grammar.