NoRedInk/elm-rfc5988-parser - version: 2.0.1

for more information visit the package's GitHub page

Package contains the following modules:

Fork of Elm RFC5988 Parser

A (presently woefully incomplete) parser for the upcoming RFC5988 replacement draft, written in Elm using elm-combine for DailyDrip.

Example

There are some examples in the test suite, but here's one:

Expect.equal
  (parse rfc5988 "<http://noredink.com>; rel=\"start\"")
  ( Ok { context = "", target = "http://noredink.com", relationType = "start", targetAttributes = Dict.empty }
  , { input = "", position = 31 }
  )

Todo

There's a lot of stuff left to do here. Here's an almost-certainly-incomplete list: