rvanheest / Rekeningsysteem-Bouwbedrijf-Mackloet

0 stars 0 forks source link

XML and CSV parser #50

Open rvanheest opened 9 years ago

rvanheest commented 9 years ago

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?