We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5d334 commit 7b55853Copy full SHA for 7b55853
README.md
@@ -1,6 +1,6 @@
1
# Alex: A Lexical Analyser Generator
2
3
-[](https://github.com/haskell/alex/actions/workflows/haskell-ci.yml)
+[](https://github.com/haskell/alex/actions/workflows/ci.yml)
4
5
Alex is a tool for generating lexical analysers, also known as "lexers" and "scanners", in Haskell.
6
The lexical analysers implement a description of the tokens to be recognised in the form of regular expressions.
0 commit comments