Skip to content

haskell/alex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 6, 2025
13839ec · Apr 6, 2025
Apr 6, 2025
Dec 30, 2024
Oct 29, 2023
Apr 14, 2023
Apr 6, 2025
Apr 5, 2025
Apr 6, 2025
Apr 6, 2025
Oct 29, 2023
Apr 6, 2025
Nov 14, 2022
Aug 4, 2011
Apr 3, 2023
Jul 11, 2011
Dec 30, 2024
Feb 10, 2018
May 30, 2012
Apr 6, 2025
Jan 9, 2007
Dec 29, 2020
Jun 20, 2023
Oct 13, 2008
Apr 6, 2025
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: