Personal tools

Haskell Quiz/GEDCOM

From HaskellWiki

< Haskell Quiz
Revision as of 16:55, 4 August 2012 by Abhinav.sarkar (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

The purpose of this quiz is to develop a simple parser than can convert a GEDCOM file to XML.

1 The Problem

2 Solutions