dhall-lex: Lexer for the Dhall language

[ bsd3, dhall, language, lexers, library ] [ Propose Tags ]

Lexer for Dhall written with Alex. This package has few dependencies and is fast.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
development

Enable `-Werror`

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

  • No current members of group

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0
Dependencies array, base (>=4.9 && <5), bytestring, deepseq, scientific [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category Lexers, Language, Dhall
Bug tracker https://hub.darcs.net/vmchale/dhall-lex/issues
Source repo head: darcs get https://hub.darcs.net/vmchale/dhall-lex
Uploaded by vmchale at 2018-03-25T19:25:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1786 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-25 [all 1 reports]

Readme for dhall-lex-0.2.0.0

[back to package description]

dhall-lex

This is a library containing a lexer for the Dhall language. It is minimalistic and performant.