Package alex: Information
Source package: alex
Version: 3.5.2.0-alt1
Build time: Mar 11, 2025, 11:02 PM in the task #377439
Category: Development/Haskell
Report package bugHome page: http://hackage.haskell.org/package/alex
License: BSD-3-Clause
Summary: Alex is a tool for generating lexical analysers in Haskell
Description:
Alex is a tool for generating lexical analysers in Haskell. It takes a description of tokens based on regular expressions and generates a Haskell module containing code for scanning text efficiently. It is similar to the tool lex or flex for C/C++.
Maintainer: Leonid Znamenok