The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POE::Filter::RecDescent - Parse an incoming data stream under specified rules.

SYNOPSIS

  $msg = POE::Filter::RecDescent->new($grammar_string);
  $parse_tree = $msg->get($array_ref_of_raw_chunks_from_driver);

DESCRIPTION

The RecDescent filter relies on Parse::RecDescent for its grammar and parser. Each call to get() invokes the parser on the text string passed in.

PUBLIC FILTER METHODS

Please see POE::Filter.

SEE ALSO

POE::Filter, Parse::RecDescent

The SEE ALSO section in POE contains a table of contents covering the entire POE distribution.

AUTHORS & COPYRIGHTS

Jeff Goff, <jgoff@cpan.org> (DrForr on irc.perl.org)

Please see POE for more information about authors and contributors.