8 Top Down Parsing

This lecture has three main goals:

  1. To introduce two naive top down parsing/recognition algorithms, one depth-first, the other breadth-first.

  2. To give the top-down depth-first recognition algorithm an efficient implementation in Prolog.

  3. To extend this recognizer to a parser.



Patrick Blackburn and Kristina Striegnitz
Version 1.2.4 (20020829)