mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
7 lines
272 B
Text
7 lines
272 B
Text
alex (A tool for generating lexical analysers in Haskell)
|
|
|
|
Alex is a tool for generating lexical analysers in Haskell, given a
|
|
description of the tokens to be recognised in the form of regular
|
|
expressions. It is similar to the tool lex or flex for C/C++.
|
|
|
|
Requires: ghc.
|