SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-funcparserlib rpm build for : CentOS 7. For other distributions click python-funcparserlib.

Name : python-funcparserlib
Version : 0.3.6 Vendor : obs://build_opensuse_org/systemsmanagement
Release : 4.1 Date : 2018-10-04 23:46:58
Group : Development/Languages/Python Source RPM : python-funcparserlib-0.3.6-4.1.src.rpm
Size : 0.09 MB
Packager : (none)
Summary : Recursive descent parsing library based on functional combinators
Description :
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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/systemsmanagement:/Ardana:/8:/CentOS/CentOS_7.5/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-funcparserlib-0.3.6-4.1.noarch.rpm
     

Provides :
python-funcparserlib
python2-funcparserlib

Requires :
python(abi) = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/python2.7/site-packages/funcparserlib
/usr/lib/python2.7/site-packages/funcparserlib-0.3.6-py2.7.egg-info
/usr/lib/python2.7/site-packages/funcparserlib-0.3.6-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/funcparserlib-0.3.6-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/funcparserlib-0.3.6-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/funcparserlib-0.3.6-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/funcparserlib/__init__.py
/usr/lib/python2.7/site-packages/funcparserlib/__init__.pyc
/usr/lib/python2.7/site-packages/funcparserlib/__init__.pyo
/usr/lib/python2.7/site-packages/funcparserlib/lexer.py
/usr/lib/python2.7/site-packages/funcparserlib/lexer.pyc
/usr/lib/python2.7/site-packages/funcparserlib/lexer.pyo
/usr/lib/python2.7/site-packages/funcparserlib/parser.py
/usr/lib/python2.7/site-packages/funcparserlib/parser.pyc
/usr/lib/python2.7/site-packages/funcparserlib/parser.pyo
/usr/lib/python2.7/site-packages/funcparserlib/tests
/usr/lib/python2.7/site-packages/funcparserlib/tests/__init__.py
/usr/lib/python2.7/site-packages/funcparserlib/tests/__init__.pyc
/usr/lib/python2.7/site-packages/funcparserlib/tests/__init__.pyo
/usr/lib/python2.7/site-packages/funcparserlib/tests/dot.py
/usr/lib/python2.7/site-packages/funcparserlib/tests/dot.pyc
/usr/lib/python2.7/site-packages/funcparserlib/tests/dot.pyo
/usr/lib/python2.7/site-packages/funcparserlib/tests/json.py
/usr/lib/python2.7/site-packages/funcparserlib/tests/json.pyc
/usr/lib/python2.7/site-packages/funcparserlib/tests/json.pyo
/usr/lib/python2.7/site-packages/funcparserlib/tests/test_dot.py
/usr/lib/python2.7/site-packages/funcparserlib/tests/test_dot.pyc
/usr/lib/python2.7/site-packages/funcparserlib/tests/test_dot.pyo
/usr/lib/python2.7/site-packages/funcparserlib/tests/test_json.py
/usr/lib/python2.7/site-packages/funcparserlib/tests/test_json.pyc
There is 11 files more in these RPM.

 
ICM