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: * SLR(1), LR(1), and LALR(1) Grammars [http://lambda.uta.edu/cse5317/notes/node18.html] * Design and Construction of Compilers [http://lambda.uta.edu/cse5317/notes/notes.html] * Parsing Techniques - A Practical Guide [http://www.cs.vu.nl/~dick/PTAPG.html] ----