-
perl-parent-0.238-479.fc36.noarch
Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to:
package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Parse-CPAN-Meta-1.4402-239.lbn13.noarch
Parse::CPAN::Meta is a parser for META.yml files, based on the parser half of
YAML::Tiny.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Parse-CPAN-Meta-1.4414-3.lbn19.noarch
Parse::CPAN::Meta is a parser for META.json and META.yml files, using
JSON::PP and/or CPAN::Meta::YAML.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Parse-CPAN-Meta-1.4422-1.fc25.noarch
Parse::CPAN::Meta is a parser for META.json and META.yml files, using JSON::PP
and/or CPAN::Meta::YAML. It provides three methods: load_file,
load_json_string, and load_yaml_string. These will read and de-serialize CPAN
metafiles.
Parse::CPAN::Meta provides a legacy API of only two functions, based on the
YAML functions of the same name. Wherever possible, identical calling semantics
are used. These may only be used with YAML sources.
All error reporting is done with exceptions (die'ing).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Parse-RecDescent-1.967009-5.lbn13.noarch
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
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Parse-RecDescent-1.967009-5.fc19.noarch
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
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Parse-RecDescent-1.967015-16.fc36.noarch
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
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Parse-Yapp-1.05-41.lbn13.noarch
Parse::Yapp (Yet Another Perl Parser compiler) is a collection of
modules that let you generate and use yacc like thread safe
(reentrant) parsers with perl object oriented interface. The script
yapp is a front-end to the Parse::Yapp module and let you easily
create a Perl OO parser from an input grammar file.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Parse-Yapp-1.05-50.fc19.noarch
Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules that
let you generate and use yacc like thread safe (reentrant) parsers with perl
object oriented interface. The script yapp is a front-end to the Parse::Yapp
module and let you easily create a Perl OO parser from an input grammar file.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Path-Class-0.32-1.fc19.noarch
Path::Class is a module for manipulation of file and directory specifications
(strings describing their locations, like '/home/ken/foo.txt' or
'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much every
platform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2,
and NetWare.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19