MarpaX-Tester
Marpa is a new parsing method that has a lot going for it - to make it easier
to work with, though, it's convenient to have some command-line tools to permit
test-driven development of the grammar before even delving into the code that
will use the grammar.
To that end, I wrote MarpaX::Tester, which includes both a module for convenient
testing and a command-line utility marpa-test.
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 MarpaX::Tester
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=MarpaX-Tester
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/MarpaX-Tester
CPAN Ratings
http://cpanratings.perl.org/d/MarpaX-Tester
Search CPAN
http://search.cpan.org/dist/MarpaX-Tester/
LICENSE AND COPYRIGHT
Copyright (C) 2014 Michael Roberts
This program is free software; you can redistribute it and/or modify it
under the terms of the the Artistic License (2.0). You may obtain a
copy of the full license at:
L<
http://www.perlfoundation.org/artistic_license_2_0>