Name: | alex |
---|---|
Version: | 3.0.5 |
Release: | 37.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 12182782 |
License: | BSD |
RPM: | alex-3.0.5-37.el7.aarch64.rpm |
Source RPM: | alex-3.0.5-37.el7.src.rpm |
Build Date: | Sun Jul 29 2018 |
Build Host: | ca-buildarm03.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++. |