lexer-applicative: Simple lexer based on applicative regular expressions

[ language, library, mit ] [ Propose Tags ]

Simple lexer based on applicative regular expressions


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.0.0.1, 1.1, 1.1.1, 2.0, 2.1, 2.1.0.1, 2.1.0.2
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), regex-applicative (>=0.3.1), srcloc (>=0.5) [details]
License MIT
Author Roman Cheplyaka <roma@ro-che.info>
Maintainer Roman Cheplyaka <roma@ro-che.info>
Category Language
Home page https://github.com/feuerbach/lexer-applicative
Source repo head: git clone git://github.com/feuerbach/lexer-applicative.git
Uploaded by RomanCheplyaka at 2018-06-06T19:18:13Z
Distributions LTSHaskell:2.1.0.2, NixOS:2.1.0.2, Stackage:2.1.0.2
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5914 total (34 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-06-06 [all 1 reports]

Readme for lexer-applicative-2.1.0.2

[back to package description]

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