Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 194 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 194 Bytes

attoparsec-csv

This is a parser for data formatted in the comma separated values (CSV) format.

The code is written in Haskell and uses the Attoparsec parser combinator library.