Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7650

Added Files:
        parse-recdescent-pm.info 
Log Message:
Initial commit.


--- NEW FILE: parse-recdescent-pm.info ---
Info3: <<
Package: parse-recdescent-pm%type_pkg[perl]
Version: 1.967009
Revision: 1
Depends: <<
        perl%type_pkg[perl]-core,
<<
Source: mirror:cpan:authors/id/J/JT/JTBRAUN/Parse-RecDescent-%v.tar.gz
Source-MD5: 6dab60d44451a9f57a261d1b5358753c
Type: perl (5.12.3 5.12.4)
UpdatePOD: true
DocFiles: Changes README
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
Description: Generate recursive-descent parsers
DescDetail: <<
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.
<<
License: Artistic
Maintainer: Jesse Alama <jesse.al...@gmail.com>
Homepage: http://search.cpan.org/dist/Parse-RecDescent/
<<


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to