Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 6b31491f80db1b604a6d9d401a208258 > files > 35

alex-2.3.1-2mdv2010.1.x86_64.rpm

-- Performance test; run with input /usr/dict/words, for example
{
module Main (main) where
}

%wrapper "basic"

words :-

$white+			;
[A-Za-z0-9\'\-]+	{ \s -> () }

{
main = do
 s <- getContents
 print (length (alexScanTokens s))
}