wireshark/tools/lemon
Alexis La Goutte 71e08dd0de lemonflex: fix warning: no previous prototype for 'df_scanner_*' [-Wmissing-prototypes]
lemonflex-tail.inc:44:1: warning: no previous prototype for 'df_scanner_text' [-Wmissing-prototypes]
lemonflex-tail.inc:50:1: warning: no previous prototype for 'df_scanner_file' [-Wmissing-prototypes]
lemonflex-tail.inc:59:1: warning: no previous prototype for 'df_scanner_cleanup' [-Wmissing-prototypes]

Change-Id: If0476b430592df225234c5c685c8009ab08b5ab6
Reviewed-on: https://code.wireshark.org/review/10162
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-08-21 04:51:54 +00:00
..
CMakeLists.txt Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.am Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.nmake Add '*.nativecodeanalysis.xml' to 'clean' targets 2015-01-02 01:45:16 +00:00
README Continue to remove $Id$ from top of file 2014-03-31 16:00:04 +00:00
cppmagic.h Continue to remove $Id$ from top of file 2014-03-31 18:49:26 +00:00
lemon.c lemon (tools): Fix Dead Store (Dead assignement/Dead increment) warning found by Clang 2015-07-25 18:07:34 +00:00
lemon.html
lemonflex-head.inc Continue to remove $Id$ from top of file 2014-03-31 18:49:26 +00:00
lemonflex-tail.inc lemonflex: fix warning: no previous prototype for 'df_scanner_*' [-Wmissing-prototypes] 2015-08-21 04:51:54 +00:00
lempar.c Lemon: Update lemon tools 2015-07-02 08:49:02 +00:00

README

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.