Experimental changes that prevent parser stack overflows by growing the
commit1f36161119703e35796e9a70ace4df7ccb83d92c
authorD. Richard Hipp <drh@hwaci.com>
Fri, 26 Jan 2024 20:34:48 +0000 (26 20:34 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Fri, 26 Jan 2024 20:34:48 +0000 (26 20:34 +0000)
tree28150e916553e6a9a6f0f815085a9455cb356871
parent1070164b7b9b0e3882e04b02d29faa6479082d9c
Experimental changes that prevent parser stack overflows by growing the
parser stack with heap memory when it reaches its limit.
doc/lemon.html
src/parse.y
tool/lemon.c
tool/lempar.c