wireshark/tools/lemon
Guy Harris 64a43e1c0e Fixes to Lemon to get it to compile on platforms (such as some versions
of Tru64 UNIX) that define TRUE and FALSE.

Fixes to some Tru64 compiler warnings.

svn path=/trunk/; revision=3120
2001-03-09 04:35:25 +00:00
..
.cvsignore Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
Makefile.am Move the location of cppmagic.h, since the lemon-flex include files 2001-02-27 20:34:09 +00:00
Makefile.nmake Add a "-f" flag to the "rm", so that "make clean" won't get an error 2001-02-04 19:44:24 +00:00
README Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
cppmagic.h Move the location of cppmagic.h, since the lemon-flex include files 2001-02-27 20:34:09 +00:00
lemon.c Fixes to Lemon to get it to compile on platforms (such as some versions 2001-03-09 04:35:25 +00:00
lemon.html Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
lemonflex-head.inc Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
lemonflex-tail.inc Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
lempar.c More prototype fun - make the Lemon parser allocate and free routines 2001-02-15 06:22:46 +00:00

README

$Id: README,v 1.1 2001/02/01 20:21:25 gram Exp $

The Lemon Parser Generator's home page is:

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

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.