< Home - < Back

perl-Parse-RecDescent


Information about the package, perl-Parse-RecDescent, which is shipped with common Linux distributions. The perl-Parse-RecDescent package is designed for, Generate Recursive-Descent Parsers.


Package Name:

perl-Parse-RecDescent

Summary:

Generate Recursive-Descent Parsers

Description:

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

Architecture:

noarch

Version:

1.965

Release:

1.el6

Size:

189 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Parse-RecDescent


Control the perl-Parse-RecDescent package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Parse-RecDescent

This command will install perl-Parse-RecDescent on the server.

yum remove perl-Parse-RecDescent

This command will un-install perl-Parse-RecDescent on the server. When you run this command, you will be asked if you are sure that you want to remove perl-Parse-RecDescent, so you have to manually confirm that you want to do this.

yum -y remove perl-Parse-RecDescent

This command will un-install perl-Parse-RecDescent on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Parse-RecDescent when using the -y flag.

yum update perl-Parse-RecDescent

This command will update perl-Parse-RecDescent to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-Parse-RecDescent, so you have to manually confirm that you want to do this.

yum -y update perl-Parse-RecDescent

This command will update perl-Parse-RecDescent to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Parse-RecDescent when using the -y flag.

yum info perl-Parse-RecDescent

This command will show you core information about the perl-Parse-RecDescent package.

yum deplist perl-Parse-RecDescent

This command will show you the dependencies for perl-Parse-RecDescent. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-Parse-RecDescent

This command will check if there is an update waiting on perl-Parse-RecDescent. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.