| POE-Filter-RecDescent documentation | view source | Contained in the POE-Filter-RecDescent distribution. |
$msg = POE::Filter::RecDescent->new($grammar_string); $parse_tree = $msg->get($array_ref_of_raw_chunks_from_driver);
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.
Please see POE::Filter.
POE::Filter, Parse::RecDescent
The SEE ALSO section in POE contains a table of contents covering the entire POE distribution.
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. |