shithub: purgatorio

ref: 71292834bbafcf6bc409cfd7691f9e6650df025b
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;
};