Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python-funcparserlib

Parser 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).

Found 1 sites for python-funcparserlib

Found 4 RPM for python-funcparserlib

PackageSummaryDistributionDownload
python-funcparserlib-0.3.6-11.el7.noarch.htmlRecursive descent parsing library based on functional combinatorsEPEL 7 for ppc64lepython-funcparserlib-0.3.6-11.el7.noarch.rpm
python-funcparserlib-0.3.6-11.el7.noarch.htmlRecursive descent parsing library based on functional combinatorsEPEL 7 for aarch64python-funcparserlib-0.3.6-11.el7.noarch.rpm
python-funcparserlib-0.3.6-11.el7.noarch.htmlRecursive descent parsing library based on functional combinatorsEPEL 7 for ppc64python-funcparserlib-0.3.6-11.el7.noarch.rpm
python-funcparserlib-0.3.6-11.el7.noarch.htmlRecursive descent parsing library based on functional combinatorsEPEL 7 for x86_64python-funcparserlib-0.3.6-11.el7.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet