wireshark/tools/lemon
Jörg Mayer 1ac8e97ff8 Fix an old style function declaration warning.
svn path=/trunk/; revision=37278
2011-05-19 04:42:57 +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 A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
README
cppmagic.h
lemon.c Fix an old style function declaration warning. 2011-05-19 04:42:57 +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.