<< Prev | - Up - | Next >> |
This lecture has three main goals:
To introduce two naive top down parsing/recognition algorithms, one depth-first, the other breadth-first.
To give the top-down depth-first recognition algorithm an efficient implementation in Prolog.
To extend this recognizer to a parser.
<< Prev | - Up - | Next >> |