wireshark/tools/lemon
Jörg Mayer 2d7a4646e2 Include config.h in preparation of moving the definition
of _U_ from the compiler command line into config.h

svn path=/trunk/; revision=40806
2012-02-02 11:54:33 +00:00
..
CMakeLists.txt cmake will now honor -Werror if configured (default: on) 2009-11-07 10:07:00 +00:00
Makefile.am Add Cmake stuff to the source distribution so more people can try it out. 2010-05-14 16:27:03 +00:00
Makefile.nmake Add *.sbr files to the clean target. 2012-01-29 20:33:58 +00:00
README
cppmagic.h
lemon.c Include config.h in preparation of moving the definition 2012-02-02 11:54:33 +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.