[Bug 223486] New: Review Request: happy - Haskell parser generator

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 19 17:33:10 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




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

           Summary: Review Request: happy - Haskell parser generator
           Product: Fedora Extras
           Version: devel
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: normal
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: bos at serpentine.com
         QAContact: fedora-package-review at redhat.com


Spec URL: http://www.red-bean.com/~bos/happy.spec
SRPM URL: http://www.red-bean.com/~bos/happy-1.16-1.src.rpm
Description:

[This is my first Extras contribution, and I need a package sponsor.]

Happy is a parser generator system for Haskell, similar to the tool
`yacc' for C. Like `yacc', it takes a file containing an annotated BNF
specification of a grammar and produces a Haskell module containing a
parser for the grammar.

Happy is flexible: you can have several Happy parsers in the same
program, and several entry points to a single grammar. Happy can work
in conjunction with a lexical analyser supplied by the user (either
hand-written or generated by another program), or it can parse a
stream of characters directly (but this isn't practical in most
cases).

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list