Parse::Marpa
THIS IS AN ALPHA RELEASE.
It's intended to let people look Marpa over and try it out. Uses
beyond that are risky. While Marpa is in alpha, you don't want to
use it for anything mission-critical or with a serious deadline.
I've no personal experience with them, but Parse::Yapp and
Parse::RecDescent are alternatives to this module which are well
reviewed and more mature and stable.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Parse::Marpa
COPYRIGHT AND LICENCE
Copyright (C) 2007-2008 Jeffrey Kegler
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.