wireshark/tools/lemon
Guy Harris cab450519f If YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - with
flex 2.5.31, WRAP_FUNC will end up being defined as a value that, when
used as a function-style macro, expands to 1, so the definition of
WRAP_FUNC will get a syntax error.

svn path=/trunk/; revision=22428
2007-07-31 01:24:26 +00:00
..
Makefile.am Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errors 2007-03-26 06:10:52 +00:00
Makefile.nmake Remove build detritus 2007-04-06 15:51:36 +00:00
README Add a comment about where lemon is maintained now. 2005-03-16 22:09:30 +00:00
cppmagic.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
lemon.c squelch signedness warnings generated by generated code due to mayors being decleared as signed but added as signed in tables (it will generate larger tables when the number of tokens or actions is more than MAX_INT8, MAX_INT16). 2007-03-23 00:15:48 +00:00
lemon.html Doc update from Sqlite 2006-03-23 17:01:51 +00:00
lemonflex-head.inc Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
lemonflex-tail.inc If YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - with 2007-07-31 01:24:26 +00:00
lempar.c fix warnings of (generated) grammar.c 2007-03-23 03:45:18 +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.