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
- Host: GitHub
- URL: https://github.com/sebtee/hlex
- Owner: SebTee
- License: mit
- Created: 2023-03-31T21:42:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T00:38:12.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T11:07:31.827Z (over 1 year ago)
- Topics: haskell, haskell-library, lexer
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/hlex/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hlex

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).