Skip to content

haskell/alex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eb6c78d · Mar 15, 2025
Mar 15, 2025
Dec 30, 2024
Oct 29, 2023
Apr 14, 2023
Feb 27, 2024
Dec 30, 2024
Dec 30, 2023
May 30, 2012
Oct 29, 2023
Dec 30, 2024
Nov 14, 2022
Feb 8, 2023
Aug 4, 2011
Apr 3, 2023
Jul 11, 2011
Dec 30, 2024
Feb 10, 2018
May 30, 2012
Mar 15, 2025
Jan 9, 2007
Dec 29, 2020
Jun 20, 2023
Oct 13, 2008
Oct 29, 2023
Dec 30, 2024
Dec 30, 2024

Repository files navigation

Alex: A Lexical Analyser Generator

CI

Alex is a tool for generating lexical analysers, also known as "lexers" and "scanners", in Haskell. The lexical analysers implement a description of the tokens to be recognised in the form of regular expressions. It is similar to the tools "lex" and "flex" for C/C++.

Share and enjoy!

Documentation

Documentation is hosted on Read the Docs:

For basic information of the sort typically found in a read-me, see the following sections of the docs: