shithub: purgatorio

ref: 94443daf8e248e65afc8d3f17f26efea22748b51
dir: purgatorio/module/csv.m

View raw version
CSV: module
{
	PATH:	con "/dis/lib/csv.dis";

	init:	fn(b: Bufio);
	getline:	fn(fd: ref Bufio->Iobuf): list of string;
	quote:	fn(s: string): string;
};