Skip to content

Ansible role to install Alex, A lexical analyser generator for Haskell

Notifications You must be signed in to change notification settings

wtanaka/ansible-role-alex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status CircleCI

wtanaka.alex

Installs alex

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++.

Example Playbook

- hosts: servers
  roles:
     - wtanaka.alex

License

GPLv2

Author Information

http://wtanaka.com/