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
- Host: GitHub
- URL: https://github.com/statusfailed/attoparsec-arff
- Owner: statusfailed
- License: other
- Created: 2012-02-07T21:06:07.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-22T07:21:24.000Z (over 13 years ago)
- Last Synced: 2025-01-31T08:19:04.836Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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