emekoi / alex

A lexical analyser generator for Haskell

Home Page:https://hackage.haskell.org/package/alex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alex: A Lexical Analyser Generator

Haskell-CI

Alex is a tool for generating lexical analysers, also known as "lexers" and "scanners", in Haskell. The lexical analysers implement a description of the tokens to be recognised in the form of regular expressions. It is similar to the tools "lex" and "flex" for C/C++.

Share and enjoy!

Documentation

Documentation is hosted on Read the Docs:

For basic information of the sort typically found in a read-me, see the following sections of the docs:

About

A lexical analyser generator for Haskell

https://hackage.haskell.org/package/alex

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 66.2%Language:Logos 27.0%Language:Yacc 3.1%Language:Makefile 2.3%Language:RPC 0.7%Language:Shell 0.7%Language:C 0.0%