summaryrefslogtreecommitdiff
path: root/Coalpit
AgeCommit message (Collapse)Author
2017-12-20Cleanup Coalpit.IOdefanor
Remove 'pipe', 'producer', and 'consumer' functions: they don't seem to be very useful, and are quite limiting.
2017-12-20Add Coalpit.IOdefanor
2017-12-20Prepare for IOdefanor
DSV functions operate on individual lines now, unit type gets printed/parsed as nothing (handier for argument parsing to set '()' when there's none, and that's what it should be anyway).
2017-12-19Reorganize the modulesdefanor
2017-12-17Add Coalpit.DSVdefanor
2017-12-16Move parsing helpers into Coalpit.Parsingdefanor