Top "Attoparsec" questions

A fast Haskell library for parsing ByteStrings

attoparsec or parsec in haskell

I have to parse some files and convert them to some predefined datatypes. Haskell seems to be providing two packages …

haskell parsec attoparsec