hlex: Simple Lexer Creation

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package provides the tools to create a simple lexer.


[Skip to Readme]

Properties

Versions 0.1.0, 1.0.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-15T12:50:59Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.