__init__ ( self, debug_level=0 )
Initialize the parser.
Arguments:
o debug_level - An optional argument that species the amount of
debugging information Martel should spit out. By default we have
no debugging info (the fastest way to do things), but if you want
you can set this as high as two and see exactly where a parse fails.
|