Abstract
Abstract base class for parsers that transform input items to output items. Provides a common interface for feeding input and generating output.
The input item type
The output item type
Feeds input items to the parser.
Input items to process
Generates output items from the fed input.
A generator yielding output items
Abstract base class for parsers that transform input items to output items. Provides a common interface for feeding input and generating output.