module documentation

Undocumented

Class RecursiveDescentParser A simple top-down CFG parser that parses texts by recursively expanding the fringe of a Tree, and matching it against a text.
Class SteppingRecursiveDescentParser 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.
def demo(): (source) ΒΆ

A demonstration of the recursive descent parser.