https://bugzilla.redhat.com/show_bug.cgi?id=1040433

            Bug ID: 1040433
           Summary: Review Request: python-funcparserlib - Recursive
                    descent parsing library based on functional
                    combinators
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: nob...@fedoraproject.org
          Reporter: dridi.boukelmo...@gmail.com
        QA Contact: extras...@fedoraproject.org
                CC: package-review@lists.fedoraproject.org



Spec URL:
https://bitbucket.org/dridi/fedora_packages/downloads/python-funcparserlib.spec
SRPM URL:
https://bitbucket.org/dridi/fedora_packages/downloads/python-funcparserlib-0.3.6-1.fc19.src.rpm
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).

Fedora Account System Username: dridi

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to