Mon, 30 Sep 2024 04:40:11 UTC | login

Information for RPM python-funcparserlib-0.3.6-19.fc30.src.rpm

ID340983
Namepython-funcparserlib
Version0.3.6
Release19.fc30
Epoch
Archsrc
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).
Build Time2019-02-05 21:35:52 GMT
Size39.92 KB
66ccf71f4abe552a00e1bd24bdf42466
LicenseMIT
Provides No Provides
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
python3-devel
python3dist(nose)
python3dist(setuptools)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
funcparserlib-0.3.6.tar.gz29.69 KB
python-funcparserlib.spec4.30 KB
Component of No Buildroots