hackageDB :: [Package]

Built with Cabal

infix: Infix expression re-parsing (for HsParser library)

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.

Versions0.1, 0.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
Upload dateThu Feb 22 05:00:34 UTC 2008
Uploaded byGwernBranwen
Built onghc-6.10, ghc-6.8

Modules

Downloads