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
| Versions | 0.1, 0.1.1 |
|---|---|
| Dependencies | base, containers, haskell-src |
| License | GPL |
| Author | Bernie Pope <bjpop@csse.unimelb.edu.au> |
| Maintainer | none |
| Category | Parsing |
| Home page | http://www.cs.mu.oz.au/~bjpop/code.html |
| Upload date | Wed Mar 5 22:44:34 UTC 2008 |
| Uploaded by | GwernBranwen |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8, ghc-7.0 |
Modules
- Language
- Haskell
Downloads
- infix-0.1.1.tar.gz (Cabal source package)
- package description (included in the package)