wireshark/tools/lemon
Dario Lombardo fe71e26af2 spdx: more licenses converted.
Change-Id: I3861061ec261e63b23621799e020e811ed78a343
Reviewed-on: https://code.wireshark.org/review/26333
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-03-07 15:56:44 +00:00
..
CMakeLists.txt spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
Makefile.am autotools: Library build products don't need explicit cleaning 2017-11-18 22:29:41 +00:00
README Add the comment about the Wireshark changes github repo from the commit 2016-01-12 20:17:43 +00:00
cppmagic.h
lemon.c Remove superfluous null-checks before strdup/free 2017-10-15 12:38:51 +00:00
lemon.html
lemonflex-head.inc
lemonflex-tail.inc Use noyywrap rather than defining our own yywrap functions. 2015-12-05 08:06:50 +00:00
lempar.c lempar: set ParseInit/ParseFinalize static 2017-05-05 21:42:28 +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.


A copy of all Wireshark changes are available at
  https://github.com/alagoutte/sqlite/tree/wireshark