All Versions
8
Latest Version
Avg Release Cycle
289 days
Latest Release
2865 days ago
Changelog History
Changelog History
-
v2.1
May 29, 2015 -
v2.1.0.2 Changes
June 06, 2018๐ Fix compatibility with GHC 8.4 and drop support for GHC 7.x
-
v2.1.0.1 Changes
August 09, 2015๐ Fix a link in the README
2.1
- โช Restore compatibility with older GHCs
- ๐ Change the type of
longestShortest
2.0
This is a major redesign of the API. Notable changes:
- โ
The lexer now supports parsing the longest prefix/shortest suffix
(see
longestShortest
) - ๐ป Instead of throwing an exception, we return a stream. The stream can be consumed directly, converted to a list or either-error-list of tokens.
-
v2.0
May 29, 2015 -
v1.1.1 Changes
May 29, 2015โ Add
tokensEither
1.1
โฌ๏ธ Upgrade to srcloc 0.5
-
v1.1
April 09, 2015 -
v1.0
February 20, 2015 -
v1.0.0.1 Changes
February 21, 2015๐ฆ Signal a lexical error (instead of looping) when a regex does not consume any characters