
TAP/Parser

Simplified port of TAP::Parser (version 3.21)
See http://search.cpan.org/dist/Test-Harness/
Base class for TAP::Parser output objects
TAP;Parser;Grammar tokenizes lines and constructs TAP;Parser;Result subclasses to represent the tokens.
Base class that provides common functionality to TAP;Parser and TAP;Harness ie.
callback support.
TAP;Parser is designed to produce a proper parse of TAP output.
TAP;Parser;Aggregator collects parser objects and allows reporting/querying their aggregate results.

Francois Perrad