Look into parser combinators using the Parsec paper by Daan Leijen to re-implement the XML and CSV parsers. Also the parser needed for #31 could be implemented this way.
Either write our own parser from scratch (based on the Parsec paper) or maybe try to use RxParsec for this?
Look into parser combinators using the Parsec paper by Daan Leijen to re-implement the XML and CSV parsers. Also the parser needed for #31 could be implemented this way.
Either write our own parser from scratch (based on the Parsec paper) or maybe try to use RxParsec for this?