MIT licensed and maintained by Roman Cheplyaka
This version can be pinned in stack with:lexer-applicative-2.1.0.2@sha256:44f71ecb10a50838a5cfd254bc0ede46bb9dcd32897da378c54c43e513229663,1427

Module documentation for 2.1.0.2

Simple applicative lexer based on the article Lexical analysis with parser combinators and the regex-applicative library.

Changes

Changelog

2.1.0.2

Fix compatibility with GHC 8.4 and drop support for GHC 7.x

2.1.0.1

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.

1.1.1

Add tokensEither

1.1

Upgrade to srcloc 0.5

1.0.0.1

Signal a lexical error (instead of looping) when a regex does not consume any characters