summaryrefslogtreecommitdiff
path: root/vdv-server/VDV451.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* VDV 452 fixes & utilitiesstuebinm2022-12-091-10/+28
|
* VDV 452 instances for serialisationstuebinm2022-11-231-4/+33
| | | | | this may occasionally produce wrong output. In a lot of places I'm not entirey sure if I understood the standard correctly …
* VDV 451 encodingstuebinm2022-11-201-0/+147
this implements the file format specified in VDV 451, which essentially appears to be a needlessly complicated version of CSV with a couple extra features which in theory /could/ be very useful but are all either explicitely not used or made redundant by how the rest of the standards work.