Difference between revisions of "Lemon"

From PKC
Jump to navigation Jump to search
(Created page with "{{WikiEntry|key=Lemon (parser generator)|qCode=}} is a parser generator, maintained as part of the SQLite project, that generates a look-ahead LR parser (LALR parser) in the p...")
 
 
Line 1: Line 1:
{{WikiEntry|key=Lemon (parser generator)|qCode=}} is a parser generator, maintained as part of the SQLite project, that generates a look-ahead LR parser (LALR parser) in the programming language C from an input context-free grammar. It was invented by Dr. [[Richard Hipp]].
{{WikiEntry|key=Lemon (parser generator)|qCode=6521326}} is a parser generator, maintained as part of the SQLite project, that generates a look-ahead LR parser (LALR parser) in the programming language C from an input context-free grammar. It was invented by Dr. [[Richard Hipp]].

Latest revision as of 02:12, 12 August 2022

Lemon (parser generator)(Q6521326) is a parser generator, maintained as part of the SQLite project, that generates a look-ahead LR parser (LALR parser) in the programming language C from an input context-free grammar. It was invented by Dr. Richard Hipp.