Parse::RecDescent version 1.965001
NAME
Parse::RecDescent - generate recursive-descent parsers
DESCRIPTION
RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. It provides:
LIMITATIONS
PREREQUISITES
Parse::RecDescent requires the Text::Balanced module, which is available from the CPAN.
INSTALLATION
It's all pure Perl, so just put the .pm files in their appropriate local Perl subdirectories.
CHANGES AND FUTURE DEVELOPMENT
This readme refers to versions 1.XX. For details of changes, refer to the file Changes.
Version 2.00 will provide a cleaner interface and better parsing performance.
AUTHOR
Damian Conway (damian@csse.monash.edu.au)
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Alternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build install
DEPENDENCIES
None.
COPYRIGHT AND LICENCE
Copyright (C) 1997-2007, Damian Conway
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.