Name : python310-funcparserlib
| |
Version : 1.0.1
| Vendor : openSUSE
|
Release : 1.11
| Date : 2024-02-09 03:35:15
|
Group : Development/Languages/Python
| Source RPM : python-funcparserlib-1.0.1-1.11.src.rpm
|
Size : 0.09 MB
| |
Packager : http://bugs_opensuse_org
| |
Summary : Recursive descent parsing library based on functional combinators
|
Description :
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.
|
RPM found in directory: /vol/rzm3/linux-opensuse/ports/i586/tumbleweed/repo/oss/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python3.10dist(funcparserlib)
python310-funcparserlib
python3dist(funcparserlib)
Requires :