Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python-funcparserlib | Distribution: Fedora Project |
Version: 0.3.6 | Vendor: Fedora Project |
Release: 11.el7 | Build date: Sat Feb 11 01:53:15 2017 |
Group: Unspecified | Build host: buildvm-12.phx2.fedoraproject.org |
Size: 47097 | Source RPM: python-funcparserlib-0.3.6-11.el7.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/vlasovskikh/funcparserlib | |
Summary: Recursive descent parsing library based on functional combinators |
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).
MIT
* Sat Feb 11 2017 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 0.3.6-11 - Python 3 detection for epel7 * Fri Feb 10 2017 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 0.3.6-10 - Update URL * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 0.3.6-9 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-8 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-6 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.3.6-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Sat Dec 21 2013 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 0.3.6-2 - Using %{python3_version} instead of hardcoded 3.3 * Mon Dec 09 2013 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 0.3.6-1 - Initial spec
/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/util.py /usr/lib/python2.7/site-packages/funcparserlib/util.pyc /usr/lib/python2.7/site-packages/funcparserlib/util.pyo /usr/share/doc/python-funcparserlib-0.3.6 /usr/share/doc/python-funcparserlib-0.3.6/CHANGES /usr/share/doc/python-funcparserlib-0.3.6/LICENSE /usr/share/doc/python-funcparserlib-0.3.6/PKG-INFO /usr/share/doc/python-funcparserlib-0.3.6/README
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:09:03 2024