hackageDB :: [Package]

Built with Cabal

The infix package (version 0.1)

The Haskell parser does not consider the fixity of operators when parsing infix applications. All infix applications are thus parsed as if the operators were all left associative with the same precedence. This module contains code for re-parsing infix applications taking into account the fixity of operators. The important algorithm is the well known operator precedence parsing algorithm. See comments in the code for more detailed information.

Other versions0.1.1
Dependenciesbase, containers, FiniteMap, haskell-src
LicenseGPL
AuthorBernie Pope <bjpop@csse.unimelb.edu.au>
MaintainerNone
CategoryParsing
Home pagehttp://www.cs.mu.oz.au/~bjpop/code.html
Exposed modulesLanguage.Haskell.Infix
Upload dateThu Feb 21 21:00:34 PST 2008
Uploaded byGwernBranwen
Built onghc-6.8

Downloads