module documentation
Undocumented
Class |
|
A simple top-down CFG parser that parses texts by recursively expanding the fringe of a Tree, and matching it against a text. |
Class |
|
A RecursiveDescentParser that allows you to step through the parsing process, performing a single operation at a time. |
Function | demo |
A demonstration of the recursive descent parser. |