Text.ParserCombinators.HuttonMeijerWallace

The parser monad

data Parser s t e a

Primitive parser combinators

item

eof

papply

papply'

Derived combinators

(+++)

tok

nottok

many

many1

sepby

sepby1

chainl

chainl1

chainr

chainr1

ops

bracket

toEOF

Error handling

elserror

State handling

stupd

stquery

stget

Re-parsing

reparse