From 121b1328324b5eb77a19c1d2f6080482bd4e07fa Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 19 Aug 2025 22:38:50 +0200 Subject: html: WIP: Add html output command --- cook/html.sld | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cook/html.sld (limited to 'cook/html.sld') diff --git a/cook/html.sld b/cook/html.sld new file mode 100644 index 0000000..c40752f --- /dev/null +++ b/cook/html.sld @@ -0,0 +1,8 @@ +(define-library (cook html) + (import (scheme small) + (chibi match) + (chibi sxml) + (chibi string) + (cook parse-internals)) + (export recipe->html) + (include "html.scm")) -- cgit v1.2.3