7bad496618
Alex is a tool for generating lexical analysers in Haskell, given 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++. Alex takes a description of tokens based on regular expressions and generates a Haskell module containing code for scanning text efficiently. Alex is designed to be familiar to exisiting lex users, although it does depart from lex in a number of ways.
19 lines
717 B
Text
19 lines
717 B
Text
@comment $NetBSD: PLIST,v 1.1 2015/02/14 09:01:33 pho Exp $
|
|
bin/alex
|
|
man/man1/alex.1
|
|
share/${PKGNAME}/AlexTemplate
|
|
share/${PKGNAME}/AlexTemplate-debug
|
|
share/${PKGNAME}/AlexTemplate-ghc
|
|
share/${PKGNAME}/AlexTemplate-ghc-debug
|
|
share/${PKGNAME}/AlexTemplate-ghc-nopred
|
|
share/${PKGNAME}/AlexWrapper-basic
|
|
share/${PKGNAME}/AlexWrapper-basic-bytestring
|
|
share/${PKGNAME}/AlexWrapper-gscan
|
|
share/${PKGNAME}/AlexWrapper-monad
|
|
share/${PKGNAME}/AlexWrapper-monad-bytestring
|
|
share/${PKGNAME}/AlexWrapper-monadUserState
|
|
share/${PKGNAME}/AlexWrapper-monadUserState-bytestring
|
|
share/${PKGNAME}/AlexWrapper-posn
|
|
share/${PKGNAME}/AlexWrapper-posn-bytestring
|
|
share/${PKGNAME}/AlexWrapper-strict-bytestring
|
|
share/doc/${PKGNAME}/LICENSE
|