Left corner parser

This is an old revision of this page, as edited by Ruud Koot (talk | contribs) at 20:48, 2 December 2011 (In computer science, ...; {{comp-sci-stub}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, a left corner parser is a type of chart parser used for parsing context-free grammars. It combines the top-down and bottom-up approaches of parsing. The name derives from the use of the left corner of the grammar's production rules.

References

Left Corner Parsing