qzdoom/tools/lemon
Randy Heit 91207ed3f4 Update lemon.c to August 2012 version from SQLite.
- Add a missing check for out-of-memory in the lemon code generator.
- Fix a total unimportant file descriptor leak in lemon. This is to silence warning messages.
- Fix a bug in lemon in computation of which non-terminals can generate an empty string. This bug and the fix make absolutely no difference for the grammar used by SQLite, but it can make a difference when lemon is used in other grammars.
- In Lemon, when comparing the output to the *.h file to see if it has changed, make sure that the proposed new output and the preexisting output are the same size before deciding that they are the same.
2013-08-02 22:17:32 -05:00
..
CMakeLists.txt - Added support for Visual Studio to the CMake project. 2013-02-25 00:12:21 +00:00
lemon.c Update lemon.c to August 2012 version from SQLite. 2013-08-02 22:17:32 -05:00
lemon.html Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
lemon.vcproj About a week's worth of changes here. As a heads-up, I wouldn't be 2008-07-23 04:57:26 +00:00
lempar.c - Update Lemon to the latest SQLite CVS versions: 2010-02-21 04:33:08 +00:00