Package jazzparser :: Package parsers :: Module loader
[hide private]
[frames] | no frames]

Module loader

source code

Utility to load dynamically a named parser module.

Tools for loading a parser module by name. The main tool, get_parser, returns the actual Parser subclass that implements this parsing algorithm, which implements the standard interface defined by Parser.


Author: Mark Granroth-Wilding <mark.granroth-wilding@ed.ac.uk>

Classes [hide private]
  ParserLoadError
Functions [hide private]
 
get_parser(name) source code
 
get_default_parser() source code
Variables [hide private]
  __package__ = 'jazzparser.parsers'