Wed, 28 Aug 2024 06:27:57 UTC | login

Information for build perl-Parse-RecDescent-1.967015-6.fc29

ID54567
Package Nameperl-Parse-RecDescent
Version1.967015
Release6.fc29
Epoch
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
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 02:18:46 UTC
CompletedThu, 19 Jul 2018 02:18:46 UTC
Tags
f29
f30
f31
RPMs
src
perl-Parse-RecDescent-1.967015-6.fc29.src.rpm (info) (download)
noarch
perl-Parse-RecDescent-1.967015-6.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.967015-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.967015-5 - Perl 5.28 rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.967015-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.967015-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.967015-2 - Perl 5.26 rebuild * Wed Apr 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.967015-1 - Update to 1.967015 * Sun Apr 02 2017 Paul Howarth <paul@city-fan.org> - 1.967014-1 - Update to 1.967014 - Add a newline to package declaration lines in precompiled parsers, to keep CPAN from indexing them (CPAN RT#110404) - Provide repository and bugtracker entries in MYMETA.* (CPAN RT#110403) - Update tests to handle '.' no longer being part of @INC in perl-5.26.0 (CPAN RT#120415) * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.967013-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild