wireshark/tools/lemon
Guy Harris 3ce594a981 Add a "-f" flag to the "rm", so that "make clean" won't get an error
(and cause a higher-level "make clean" to stop) if any of the files to
be removed aren't there.

svn path=/trunk/; revision=2991
2001-02-04 19:44:24 +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 Add Makefile.nmake files for new subdirs. 2001-02-02 04:03:43 +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
lemon.c Rename the "optarg()" and "opterr()" functions to "get_optarg()" and 2001-02-01 21:46:48 +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 Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +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.