NAME
MMS::Parser::WorkHorse - what's behind MMS::Parser
VERSION
Refer to MMS::Parser's version.
SYNOPSIS
use MMS::Parser::WorkHorse;
my $parser = MMS::Parser::WorkHorse->new();
DESCRIPTION
This module is what's behind MMS::Parser. It provides a new method that lets you get a parser, which is exactly what MMS::Parser::create does:
my $parser = MMS::Parser->create();
You shouldn't need to use this module directly.
SUBROUTINES/METHODS
The parser you get with the new
method below will be a Parse::RecDescent parser, refer to this module's documentation for the additional methods.
my $parser = MMS::Parser->new();
-
Get a new parser (which is a Parse::RecDescent parser).
LICENCE AND COPYRIGHT
See MMS::Parser.