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


POE-Filter-RecDescent documentation  | view source Contained in the POE-Filter-RecDescent distribution.

Index


SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Please see POE::Filter.

SEE ALSO

Top

POE::Filter, Parse::RecDescent

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

AUTHORS & COPYRIGHTS

Top

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

Please see POE for more information about authors and contributors.


POE-Filter-RecDescent documentation  | view source Contained in the POE-Filter-RecDescent distribution.