Left corner parser
From HandWiki
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. An early description of a left corner parser is "A Syntax-Oriented Translator" by Peter Zilahy Ingerman.[1][2]
References
- Blackburn, Patrick; Striegnitz, Kristina (August 29, 2002). "Left-Corner Parsing". Schenectady, New York: Union College Computer Science department. http://cs.union.edu/~striegnk/courses/nlp-with-prolog/html/node53.html. Retrieved 30 August 2017.
- Specific
- ↑ Ingerman, Peter Zilahy (1966). A Syntax-Oriented Translator. New York City: Academic Press. ISBN 978-1483254296.
- ↑ Grune, Dick; Jacobs, Ceriel J.H. (November 28, 2007). "18: Annotated Bibliography". Parsing Techniques: A Practical Guide (2nd ed.). New York City: Springer. p. 582. ISBN 978-0-387-20248-8. https://dickgrune.com/Books/PTAPG_2nd_Edition/CompleteList.pdf. Retrieved 30 August 2017. "Readable and realistic (for that time) advice for DIY compiler construction, in archaic terminology. Uses a full backtracking LC parser improved by FIRST sets."
Original source: https://en.wikipedia.org/wiki/Left corner parser.
Read more |