An open API service indexing awesome lists of open source software.

https://github.com/statusfailed/attoparsec-arff

An attoparsec-based parser for ARFF files in Haskell
https://github.com/statusfailed/attoparsec-arff

Last synced: 8 months ago
JSON representation

An attoparsec-based parser for ARFF files in Haskell

Awesome Lists containing this project

README

          

# Attoparsec-ARFF
A Haskell library for parsing ARFF files.

## List of unsupported features

- "String" attribute types
- "Date" attribute types
- Quoted identifiers in attribute names and nominal values

## TODO list

0. Use HLint and clean up code
1. Testing
2. Quoted identifiers
3. Extra attribute types
4. Fix haddock comments
5. Re-do exports & hide some functions