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

The infix package

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.

Properties

Versions0.1, 0.1.1
Dependenciesbase, containers, haskell-src
LicenseGPL
AuthorBernie Pope <bjpop@csse.unimelb.edu.au>
Maintainernone
CategoryParsing
Home pagehttp://www.cs.mu.oz.au/~bjpop/code.html
Upload dateWed Mar 5 22:44:34 UTC 2008
Uploaded byGwernBranwen
Built onghc-6.10, ghc-6.12, ghc-6.8, ghc-7.0

Modules

Downloads