A parser for GEDCOM files
use Parser;
// the parser takes the gedcom file contents as a chars iterator
let gedcom_source = read_to_string.unwrap;
let mut parser = new;
let gedcom_data = parser.parse_record;
// output some stats on the gedcom contents
gedcom_data.stats;