lexer-applicative v2.1.0.1 Release Notes

Release Date: 2015-08-09 // over 8 years ago
  • ๐Ÿ›  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.