split_lines = function(s)
	return load_from_iterator(s:gmatch('[^\r\n]+'))
end