shithub: purgatorio

ref: 6b84c3a6548f1c577948763b0a09a7b6e2460e04
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;
};