LALR(1) parser generator implemented in C. The code is in the public domain. It was written by D. Richard Hipp.
See http://www.hwaci.com/sw/lemon/index.html
Used in SQLite to implement the SQL parser.
References: