Lemon enhancements: (1) Do not allocate space for the 'error' non-terminal
commit1c5d68261f35632b7d57f61d41762b36df5aa13f
authorD. Richard Hipp <drh@hwaci.com>
Mon, 16 Apr 2018 14:31:34 +0000 (16 14:31 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Mon, 16 Apr 2018 14:31:34 +0000 (16 14:31 +0000)
treeeadd4977f4ffd4c2bee7e40b7fc68b05684060db
parent4d41a117cb77bef3f8825ea6542d9887664db80e
Lemon enhancements:  (1) Do not allocate space for the 'error' non-terminal
if it is not used. (2) Fix an off-by-one problem so that 'unsigned char' can
be used for symbol numbers if the number of symbols is 256.
tool/lemon.c