Name: | alex |
---|---|
Version: | 3.0.5 |
Release: | 37.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 821414 |
License: | BSD |
RPM: | alex-3.0.5-37.el7.x86_64.rpm |
Source RPM: | alex-3.0.5-37.el7.src.rpm |
Build Date: | Tue Nov 21 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://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++. |