HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Alex

Categories: Compiler tools | Stub articles

1 Alex

This is a lexer generator in the general style of 'lex', 'flex' etc. Naturally, as it generates and uses Haskell code there is much more that can be done in the actual lexer code. See http://www.haskell.org/alex for downloads and documentation. Alex may be used with Happy to do the normal first two stages of compilation, lexing and parsing.

1.1 Wrappers

Alex comes with a number of wrappers to enable different lexing tasks and styles. Alternate wrappers contributed by others may be listed here.

This article is a stub. You can help by expanding it.

Retrieved from "http://haskell.org/haskellwiki/Alex"

This page has been accessed 2,882 times. This page was last modified 19:04, 1 February 2007. Recent content is available under a simple permissive license.