WIP vCard parser library for Chicken.
Iri al dosiero
Jaidyn Ann 246cec13ad Change parsed-alist structure
Changes the format from
	((PROP TRAIT1 TRAIT2 …) (VALUE1 VALUE2 …))
to
	(PROP (TRAIT1 TRAIT2 …) VALUE1 VALUE2 …)

Also makes the line-splitting functions more
generic and efficient.
2024-02-06 18:07:18 -06:00
vcarded.scm Change parsed-alist structure 2024-02-06 18:07:18 -06:00