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 python2-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). The library itself is very small. Its source code is only 0.5 KLOC, with lots of comments included. It features the longest parsed prefix error reporting, as well as a tiny lexer generator for token position tracking.

Found 1 sites for python2-funcparserlib

Found 4 RPM for python2-funcparserlib

PackageSummaryDistributionDownload
python2-funcparserlib-0.3.6-lp152.4.1.noarch.htmlRecursive descent parsing library based on functional combinatorsOpenSuSE Leap 15.2 for noarchpython2-funcparserlib-0.3.6-lp152.4.1.noarch.rpm
python2-funcparserlib-0.3.6+repack-bp153.1.1.noarch.htmlRecursive descent parsing library based on functional combinatorsOpenSuSE Leap 15.3 for noarchpython2-funcparserlib-0.3.6+repack-bp153.1.1.noarch.rpm
python2-funcparserlib-0.3.6+repack-lp152.5.3.1.noarch.htmlRecursive descent parsing library based on functional combinatorsOpenSuSE Leap 15.2 updates for noarchpython2-funcparserlib-0.3.6+repack-lp152.5.3.1.noarch.rpm
python2-funcparserlib-0.3.6+repack-lp152.5.3.1.noarch.htmlRecursive descent parsing library based on functional combinatorsOpenSuSE Ports Leap 15.2 updates for noarchpython2-funcparserlib-0.3.6+repack-lp152.5.3.1.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet