Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bang pattern | Alec Theriault | 2018-03-02 | 1 | -3/+3 |
| | |||||
* | Support unicode operators, proper modules | Alec Theriault | 2018-03-02 | 1 | -2/+23 |
| | | | | | | | | Unicode operators are a pretty big thing in Haskell, so supporting linking them seems like it outweighs the cost of the extra machinery to force Attoparsec to look for unicode. Fixes #458. | ||||
* | Make parser state a newtype | David Feuer | 2016-05-24 | 1 | -1/+1 |
| | | | | | | Previously, it was `data` wrapping a `Maybe`, which seems a bit silly. Obviously, this can be changed back if anyone wants to add more fields some day. | ||||
* | (wip) Add support for @since (closes #26) | Simon Hengel | 2014-11-16 | 1 | -6/+27 |
| | |||||
* | newtype-wrap parser monad | Simon Hengel | 2014-11-08 | 1 | -0/+128 |