NAME

Zoidberg::StringParse - Zoidberg module for parsing strings to anything

SYNOPSIS

use Zoidberg::StringParse;
my $parser = Zoidberg::StringParse->new;
my @parse_tree = $parser->parse($string);

ABSTRACT

This module does dynamic string parsing for Zoidberg

DESCRIPTION

This module does dynamic string parsing for Zoidberg. It uses 'grammars' to define the way a string is parsed.

EXPORT

None by default.

METHODS

new()

Simple constructor, you can suppply a custom grammar as arg.

parse($string)

Returns the parse tree of $string as array ref.

AUTHOR

Jaap Karssenberg || Pardus [Larus] <j.g.karssenberg@student.utwente.nl> R.L. Zwart, <carlos@caremail.nl>

Copyright (c) 2002 Jaap G Karssenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

perl

Zoidberg

http://zoidberg.sourceforge.net.