Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Parse-RecDescent-1.94-6.el3 RPM for noarch

From ATrpms Stable packages for el3 i386

Name: perl-Parse-RecDescent Distribution: Unknown
Version: 1.94 Vendor: ATrpms.net
Release: 6.el3 Build date: Sun Aug 12 22:16:46 2007
Group: Development/Libraries Build host: el3.atrpms.net
Size: 388583 Source RPM: perl-Parse-RecDescent-1.94-6.el3.src.rpm
Packager: ATrpms <http://ATrpms.net/>
Url: http://search.cpan.org/dist/Parse-RecDescent/
Summary: Parse-RecDescent Perl module
Parse::RecDescent incrementally generates top-down recursive-descent
text parsers from simple yacc-like grammar specifications. It
provides:
    * Regular expressions or literal strings as terminals (tokens),
    * Multiple (non-contiguous) productions for any rule,
    * Repeated and optional subrules within productions,
    * Full access to Perl within actions specified as part of the
      grammar,
    * Simple automated error reporting during parser generation and
      parsing,
    * The ability to commit to, uncommit to, or reject particular
      productions during a parse,
    * The ability to pass data up and down the parse tree ("down" via
      subrule argument lists, "up" via subrule return values)
    * Incremental extension of the parsing grammar (even during a
      parse),
    * Precompilation of parser objects,

User-definable reduce-reduce conflict resolution via "scoring" of
matching productions.

Provides

Requires

License

Artistic

Changelog

* Fri Jul 20 2007 Robin Norwood <rnorwood@redhat.com> - 1.94-6.fc8
  - Bring fixes from EPEL build into F8
  - Fix minor specfile issues
  - Package the docs as well
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.94-5.2.1
  - rebuild
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 1.94-5.2
  - rebuild for new perl-5.8.8
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
  - rebuilt for new gcc
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
  - rebuilt for new gcj
* Thu Apr 21 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.94-5
  - #155620
  - Bring up to date with current Fedora.Extras perl spec template.
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 1.94-4
  - rebuild
* Tue Feb 17 2004 Chip Turner <cturner@redhat.com> 1.94-2
  - fix rm to not be interactive (bz115997)
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 1.94-1
  - update to 1.94
* Tue Aug 06 2002 Chip Turner <cturner@redhat.com>
  - automated release bump and build
* Sat Jul 20 2002 Chip Turner <cturner@localhost.localdomain>
  - remove Text::Balanced modules since they are now in core perl
* Thu Jun 27 2002 Chip Turner <cturner@redhat.com>
  - description update
* Fri Jun 07 2002 cturner@redhat.com
  - Specfile autogenerated

Files

/usr/lib/perl5/vendor_perl/5.8.0/Parse
/usr/lib/perl5/vendor_perl/5.8.0/Parse/RecDescent.pm
/usr/lib/perl5/vendor_perl/5.8.0/Parse/RecDescent.pod
/usr/share/doc/perl-Parse-RecDescent-1.94
/usr/share/doc/perl-Parse-RecDescent-1.94/Changes
/usr/share/doc/perl-Parse-RecDescent-1.94/README
/usr/share/doc/perl-Parse-RecDescent-1.94/demo
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_Cgrammar.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_NL2SQL
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_OOparsetree.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_autoscoresep.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_bad.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_buildcalc.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_calc.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_cpp.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_decomment.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_decomment_nonlocal.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_delete.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_derived.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_errors.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_implicit.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_language.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_leftassoc.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_leftop.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_lexer.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_lisplike.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_logic.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_matchrule.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_mccoy.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_methods.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_operator.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_parsetree.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_piecewise.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_precalc.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_randomsentence.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_recipe.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_restructure_easy.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_restructure_painful.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_scoredsep.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_selfmod.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_separators.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_simple.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_simpleXML.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_simplequery.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_template.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_textgen.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/demo/demo_whoson.pl
/usr/share/doc/perl-Parse-RecDescent-1.94/tutorial
/usr/share/doc/perl-Parse-RecDescent-1.94/tutorial/TPJ-PRD-proc.gif
/usr/share/doc/perl-Parse-RecDescent-1.94/tutorial/TPJ-yacc-proc.gif
/usr/share/doc/perl-Parse-RecDescent-1.94/tutorial/TPJ_maze.gif
/usr/share/doc/perl-Parse-RecDescent-1.94/tutorial/TPJ_tree.gif
/usr/share/doc/perl-Parse-RecDescent-1.94/tutorial/tutorial.html
/usr/share/man/man3/Parse::RecDescent.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 09:00:42 2024