wireshark/tools/lemon
Guy Harris fbe74322b1 From Bill Parker:
Add some additional memory-allocation failure checks in Lemon.

	Use NULL rather than 0 as the null-pointer constant in those
	checks.

From me:

	Catch one more of the NULL-vs-0 cases.

	Fix some failure messages to use fprintf(stderr, ...) -
	ErrorMsg() requires a file name and line number, and is
	generally used if you're going to continue rather than just give
	up.

svn path=/trunk/; revision=45214
2012-09-29 19:40:27 +00:00
..
CMakeLists.txt Revert r45018 and r45019: put config.h back in lemon.c and take _U_ back off 2012-09-21 01:42:03 +00:00
Makefile.am Followup to r45034: Don't define _U_ on the compile line, pull it in from 2012-09-21 21:29:18 +00:00
Makefile.nmake Followup to r45034: Don't define _U_ on the compile line, pull it in from 2012-09-21 21:29:18 +00:00
README
cppmagic.h
lemon.c From Bill Parker: 2012-09-29 19:40:27 +00:00
lemon.html
lemonflex-head.inc
lemonflex-tail.inc Bug 2493: Fix (Part 1): 2008-04-25 17:24:29 +00:00
lempar.c Don't use pParser->yyidx as an index into pParser->yystack[] until after it is 2011-04-01 16:55:59 +00:00

README

$Id$

The Lemon Parser Generator's home page is:

http://www.hwaci.com/sw/lemon/index.html
Lemon seems now to be maintaned at :
http://www.sqlite.org/

The file in this directory, lemon.html, was obtained from:

http://www.hwaci.com/sw/lemon/lemon.html

lemon.c has been modified to include the t= and d= command-line
arguments. The changes were submitted to the Lemon maintainer,
but have not appeared in the official Lemon distribution.