Enhance the Lemon parser generator so that it creates a faster parser at the
commita2f9f9e5cd985a2ac0b0d37c90a05f9cc15f8d16
authorD. Richard Hipp <drh@hwaci.com>
Wed, 27 Dec 2017 18:19:06 +0000 (27 18:19 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Wed, 27 Dec 2017 18:19:06 +0000 (27 18:19 +0000)
treeec537cbad6b674f46e074f3c6d5b7ceba4df99df
parent6aedb848b46a621e51c1ab4407cc15e023d71499
parent6864339ca61d54c5b4968b3ace0b33388a359a6c
Enhance the Lemon parser generator so that it creates a faster parser at the
cost of slightly larger parser tables.  Add the ability to measure coverage
of the generated state machine when compiling with the -DYYCONVERGE option.
In SQLite, add the SQLITE_TESTCTRL_PARSER_COVERAGE test-control to query the
new parser coverage feature.