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 python310-funcparserlib

The primary focus of funcparserlib is parsing little languages or external DSLs (domain specific languages). Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that it's very easy to write parsers without thinking about lookaheads and other hardcore parsing stuff. However, recursive descent parsing is a rather low method compared to LL(k) or LR(k) algorithms. Still, parsing with funcparserlib is at least twice faster than PyParsing, a very popular library for Python.

Found 1 sites for python310-funcparserlib

Found 3 RPM for python310-funcparserlib

PackageSummaryDistributionDownload
Recursive descent parsing library based on functional combinatorspython310-funcparserlib-1.0.1-1.12.noarch.rpm
python310-funcparserlib-1.0.1-1.8.noarch.htmlRecursive descent parsing library based on functional combinatorsOpenSuSE Tumbleweed for noarchpython310-funcparserlib-1.0.1-1.8.noarch.rpm
python310-funcparserlib-1.0.1-1.6.noarch.htmlRecursive descent parsing library based on functional combinatorsOpenSuSE Ports Tumbleweed for noarchpython310-funcparserlib-1.0.1-1.6.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet