about summary refs log tree commit diff stats
path: root/fff.json.sld
diff options
context:
space:
mode:
Diffstat (limited to 'fff.json.sld')
-rw-r--r--fff.json.sld7
1 files changed, 7 insertions, 0 deletions
diff --git a/fff.json.sld b/fff.json.sld new file mode 100644 index 0000000..d2745cd --- /dev/null +++ b/fff.json.sld
@@ -0,0 +1,7 @@
1;;; (fff josn)
2
3#+chicken (import r7rs)
4
5(define-library (fff json)
6 (export fff->json)
7 (include "fff.json.ss"))