Name: | alex |
---|---|
Version: | 3.2.4 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 946759 |
License: | BSD |
RPM: | alex-3.2.4-1.el8.x86_64.rpm |
Source RPM: | alex-3.2.4-1.el8.src.rpm |
Build Date: | Fri Sep 16 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/alex |
Summary: | 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++. |