Sat, 14 Sep 2024 00:01:35 UTC | login

Information for RPM perl-Parse-RecDescent-1.967015-3.fc27.noarch.rpm

ID75127
Nameperl-Parse-RecDescent
Version1.967015
Release3.fc27
Epoch
Archnoarch
SummaryGenerate Recursive-Descent Parsers
DescriptionParse::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
Build Time2017-07-28 09:39:22 GMT
Size210.65 KB
9a47cbd44d20f4d0025c651a2ebb02d0
License(GPL+ or Artistic) and (GPLv2+ or Artistic)
Provides
perl(Parse::RecDescent) = 1.967015
perl(Parse::RecDescent::Action)
perl(Parse::RecDescent::ColCounter)
perl(Parse::RecDescent::Directive)
perl(Parse::RecDescent::Error)
perl(Parse::RecDescent::Expectation)
perl(Parse::RecDescent::InterpLit)
perl(Parse::RecDescent::LineCounter)
perl(Parse::RecDescent::Literal)
perl(Parse::RecDescent::OffsetCounter)
perl(Parse::RecDescent::Operator)
perl(Parse::RecDescent::Production)
perl(Parse::RecDescent::Repetition)
perl(Parse::RecDescent::Result)
perl(Parse::RecDescent::Rule)
perl(Parse::RecDescent::Subrule)
perl(Parse::RecDescent::Token)
perl(Parse::RecDescent::UncondReject)
perl-Parse-RecDescent = 1.967015-3.fc27
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
perl(:MODULE_COMPAT_5.26.0)
perl(:VERSION) >= 5.6.0
perl(Carp)
perl(Data::Dumper)
perl(Parse::RecDescent)
perl(Text::Balanced)
perl(strict)
perl(vars)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 79 >>>
Name ascending sort Size
/usr/share/doc/perl-Parse-RecDescent4.00 KB
/usr/share/doc/perl-Parse-RecDescent/Changes25.89 KB
/usr/share/doc/perl-Parse-RecDescent/README2.12 KB
/usr/share/doc/perl-Parse-RecDescent/ToDo11.06 KB
/usr/share/doc/perl-Parse-RecDescent/demo4.00 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo.c126.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo.pl371.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_Cgrammar.pl10.08 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_Cgrammar_v2.pl7.08 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_LaTeXish.pl1.63 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_LaTeXish_autoact.pl1.72 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_NL2SQL.pl2.27 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_OOautoparsetree.pl1.98 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_OOparsetree.pl1.21 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_PerlCSV.pl413.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_another_Cgrammar.pl21.08 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_arithmetic.pl758.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_autorule.pl309.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_autoscoresep.pl587.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_autostub.pl271.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_bad.pl816.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_buildcalc.pl1.30 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_calc.pl1.82 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_codeblock.pl287.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_cpp.pl1.23 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_decomment.pl2.55 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_decomment_nonlocal.pl2.44 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_delete.pl901.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_derived.pl891.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_dot.pl4.79 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_embedding.pl977.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_errors.pl965.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_eval.pl1.15 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_implicit.pl568.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_itemhash.pl1.64 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_language.pl2.57 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_leftassoc.pl1.06 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_leftop.pl957.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_lexer.pl577.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_lisplike.pl1.49 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_logic.pl542.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_matchrule.pl772.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_matchrule2.pl540.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_mccoy.pl516.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_metaRD.pm3.02 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_methods.pl785.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_operator.pl835.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_opreps.pl1.01 KB
/usr/share/doc/perl-Parse-RecDescent/demo/demo_parsetree.pl661.00 B
/usr/share/doc/perl-Parse-RecDescent/demo/demo_perlparsing.pl956.00 B
Component of
1 through 17 of 17
Buildroot descending sort Created State
f29-build-8281-2500 2018-06-07 01:37:51 expired
f29-build-7557-1866 2018-06-04 16:42:40 expired
f29-build-7146-1758 2018-06-03 12:20:10 expired
f29-build-7105-1744 2018-06-03 10:10:32 expired
f29-build-6573-1608 2018-06-01 15:04:14 expired
f29-build-6427-1563 2018-06-01 05:03:45 expired
f29-build-5465-1299 2018-05-30 09:08:42 expired
f29-build-5271-1257 2018-05-29 23:11:40 expired
f29-build-4696-1103 2018-05-26 21:39:17 expired
f29-build-4659-1090 2018-05-26 16:58:26 expired
f29-build-4521-1057 2018-05-25 22:10:59 expired
f29-build-4427-1037 2018-05-25 14:23:28 expired
f29-build-4379-1035 2018-05-25 11:33:55 expired
f29-build-4330-1029 2018-05-25 08:33:43 expired
f29-build-3894-966 2018-05-24 02:20:41 expired
f29-build-3653-937 2018-05-23 14:39:09 expired
f29-build-3617-933 2018-05-23 13:00:30 expired