Skip to content

longde123/lemon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lemon Parser Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.9%
  • D 9.1%