hlex: Simple Lexer Creation

[ lexer, library, mit ] [ Propose Tags ]

This package provides the tools to create a simple lexer.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), regex-tdfa (>=1.3 && <1.4) [details]
License MIT
Copyright 2023 Sebastian Tee
Author Sebastian Tee
Maintainer Sebastian Tee
Category lexer
Home page https://github.com/SebTee/hlex#readme
Bug tracker https://github.com/SebTee/hlex/issues
Source repo head: git clone https://github.com/SebTee/hlex
Uploaded by SebTee at 2023-07-08T00:40:28Z
Distributions NixOS:1.0.0
Downloads 64 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hlex-1.0.0

[back to package description]

hlex

ci

The tools needed to create a lexer from a lexical grammar in Haskell.

You can see an example language in the documentation.