Fedora 19 Update: python-funcparserlib-0.3.6-2.fc19

updates at fedoraproject.org updates at fedoraproject.org
Mon Apr 7 03:27:53 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-4533
2014-03-30 05:16:46
--------------------------------------------------------------------------------

Name        : python-funcparserlib
Product     : Fedora 19
Version     : 0.3.6
Release     : 2.fc19
URL         : http://code.google.com/p/funcparserlib/
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).

--------------------------------------------------------------------------------
Update Information:

dependencies for python-blockdiag
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1040433 - Review Request: python-funcparserlib - Recursive descent parsing library based on functional combinators
        https://bugzilla.redhat.com/show_bug.cgi?id=1040433
  [ 2 ] Bug #1040434 - Review Request: python-webcolors - A library for working with HTML and CSS color names and value formats
        https://bugzilla.redhat.com/show_bug.cgi?id=1040434
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update python-funcparserlib' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list