NAME

Pegex::Parser - Pegex Parser Runtime

SYNOPSIS

use Pegex::Parser;

DESCRIPTION

This is the Pegex module that provides the parsing engine runtime. It has a parse() method that applies a grammar to a text that supposedly matches that grammar. It also calls the callback methods of its Receiver object.

Generally this module is not used directly, but is called upon via a Pegex::Grammar object.

SEE ALSO

AUTHOR

Ingy döt Net <ingy@cpan.org>

COPYRIGHT AND LICENSE

Copyright (c) 2011. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html