Skip to content

fred-format/fred-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fred-haskell

Implementation of Fred (Flexible REpresentation of Data) for haskell

What is Fred ?

Fred (Flexible REpresentation of Data) is a data-interchange format. It was created with the goal to be easy for humans to read and write but also easy to create parsers.

It has more data types than JSON and some features like support for metadata and tags.

Fred Specification and Grammar

The Fred Spec and Grammar is being developed here Fred Grammar and Specification

How was implemented?

fred-haskell utilizes Parsec as the parser library and follows the spec.

Documentation and Haddock

About

Implementation of FRED format for Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published