Skip to content

misterzirillo/FParseEDN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FParseEDN

A (mostly correct) EDN parser for .NET

EDN is defined here. It is implemented in F# using the excellent fparsec parser combinator library.

Usage

This library exposes a single function: FParseEDN.Parser.parseString(string edn).

TODO

  • implement comments
  • implement discard
  • expose a function to parse input other than string
  • tags are over-permissive with regard to the spec (# must be followed by a letter)

Releases

No releases published

Packages

No packages published

Languages