bagheera.parser.parser.parser

bagheera.parser.parser.parser(filename=None)[source]

Generate a callable parser for each file. The filename is necessary to get better Error messages.

Parameters

filename (str) – Name of the file, on which the parser will be applied

Returns

A parser for the file on filename