SkillAgentSearch skills...

Lemon

Lemon Parser Generator

Install / Use

/learn @martinmroz/Lemon
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Lemon Parser Generator

Lemon is an LALR parser generator for the C and D programming languages. The original version of Lemon was written by Dr. Richard Hipp and released into the public domain. Lemon is maintained by the SQLite team for use as their SQL parser. Lemon has a number of advantages over traditional parser generators:

  • Generated parsers are re-entrant, thread-safe and very performant.
  • Grammar includes named non-terminals.
  • Support for non-terminal destructors to manage memory.
  • Symbolic names for each symbol in a grammar rule reduce programmer error.

Additional Information

  • https://www.sqlite.org/src/doc/trunk/doc/lemon.html
  • http://code.google.com/p/lemon-parser-generator/
  • http://freshmeat.net/articles/view/1270/
  • http://en.wikipedia.org/wiki/Lemon_Parser

Related Skills

View on GitHub
GitHub Stars45
CategoryDevelopment
Updated4mo ago
Forks9

Languages

C

Security Score

87/100

Audited on Nov 18, 2025

No findings