An open API service indexing awesome lists of open source software.

https://github.com/sebtee/hlex

Simple lexer creation for Haskell
https://github.com/sebtee/hlex

haskell haskell-library lexer

Last synced: about 1 year ago
JSON representation

Simple lexer creation for Haskell

Awesome Lists containing this project

README

          

# hlex

![ci](https://github.com/SebTee/Hlex/actions/workflows/ci.yml/badge.svg)

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

You can see an [example language](https://hackage.haskell.org/package/hlex/docs/Hlex.html#g:1)
in the [documentation](https://hackage.haskell.org/package/hlex/docs/doc-index.html).