alan-turing-institute / whatwhat

A reimagining of nowwhat in OCaml
MIT License
0 stars 0 forks source link

initial parsing of metadata #15

Closed callummole closed 2 years ago

callummole commented 2 years ago

Will parse well-formed metadata, and print a warning specifying the issue number if:

1) the metadata does not exist 2) it exists but cannot be parsed into a list of pairs.

Future work needs to validate field entries.