Personal tools

Haskell Quiz/GEDCOM

From HaskellWiki

< Haskell Quiz
Revision as of 00:04, 12 August 2011 by Apirogov (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