Mon, 30 Sep 2024 02:15:10 UTC | login

Information for build python-funcparserlib-1.0.1-7.fc41

ID309747
Package Namepython-funcparserlib
Version1.0.1
Release7.fc41
Epoch
SummaryRecursive descent parsing library based on functional combinators
DescriptionParser combinators are just higher-order functions that take parsers as their arguments and return them as result values. Parser combinators are: * First-class values * Extremely composable * Tend to make the code quite compact * Resemble the readable notation of xBNF grammars Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that it's very easy to write them without thinking about look-aheads and all that hardcore parsing stuff. But the recursive descent parsing is a rather slow method compared to LL(k) or LR(k) algorithms. So the primary domain for funcparserlib is parsing little languages or external DSLs (domain specific languages).
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 10 Jul 2024 11:19:46 UTC
CompletedWed, 10 Jul 2024 11:19:46 UTC
Tags
f41
RPMs
src
python-funcparserlib-1.0.1-7.fc41.src.rpm (info) (download)
noarch
python3-funcparserlib-1.0.1-7.fc41.noarch.rpm (info) (download)
Changelog * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.0.1-7 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0.1-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Nov 05 2022 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.1-1 - Bump version to 1.0.1 * Fri Jul 29 2022 Alfredo Moralejo <amoralej@redhat.com> - 1.0.0-1 - Update to 1.0.0 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0a1-3.prerelease - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.0a1-2.prerelease - Rebuilt for Python 3.11