The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

  Data::Stag::BaseGenerator     - base class for parsers

SYNOPSIS

DESCRIPTION

AUTHOR

new

  Usage   - my $parser = GO::Parser->new()
  Usage   - my $parser = GO::Parser->new({})
  Returns - GO::Parser
  Args    - GO::Handler, [initialization hashref]

creates a new parser

parse

  Usage   - $parser->parse($file1, $file2);
  Returns - n/a
  Args    - filename list

delegates results to handler