Package td_parser :: Module td_parser
[hide private]
[frames] | no frames]

Module td_parser

source code

Classes [hide private]
  Parser
Class for top down recursive descent parser.
  Grammar
Class for Context free grammars
  ParserState
A parser state is basically a pair of a goallist (derivation) and a wordlist, with a Pythonic class instance wrapper.

Functions [hide private]
  demo(strings)

Variables [hide private]
  strings = ['John likes Mary', 'The boy likes the girl', 'Eat b...

Function Details [hide private]

demo(strings)

source code 
None

Variables Details [hide private]

strings

None
Value:
['John likes Mary', 'The boy likes the girl', 'Eat beans']