Add the %extra_context directive to lemon, as an alternative to %extra_argument.
commit1ca1f494d1f62147c661a4c1337d770f74463c4b
authorD. Richard Hipp <drh@hwaci.com>
Sat, 21 Apr 2018 13:51:42 +0000 (21 13:51 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Sat, 21 Apr 2018 13:51:42 +0000 (21 13:51 +0000)
tree8ea44fe9a02e29b1bd14602350d6043ccedbbe75
parentece9205ed169252cd643074e5b9153a3ba9d80c6
Add the %extra_context directive to lemon, as an alternative to %extra_argument.
Use this to improve the performance of the parser.
doc/lemon.html
src/parse.y
src/sqliteInt.h
src/tokenize.c
tool/lemon.c
tool/lempar.c