Language.Lexer.Applicative

Building a Lexer

data Lexer tok

token

whitespace

Building Recognizers

data Recognizer tok

longest

longestShortest

Running a Lexer

runLexer

Working with a token stream

data TokenStream tok

streamToList

streamToEitherList

data LexicalError