The latest version of infix is 0.1.1-0.

infix

Version 0.1 revision 0 uploaded by GwernBranwen.

Package meta

Synopsis
Infix expression re-parsing (for HsParser library)
Description

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.

Author
Bernie Pope <bjpop@csse.unimelb.edu.au>
Bug reports
n/a
Category
Parsing
Copyright
n/a
Homepage
http://www.cs.mu.oz.au/~bjpop/code.html
Maintainer
None
Package URL
n/a
Stability
n/a

Components