edn/edn.scm

17 lines
370 B
Scheme

@(heading "EDN")
@(text "This egg provides a parser and a writer for the [[https://github.com/edn-format/edn|Extensible Data Notation]].")
@(heading "Documentation")
@(noop)
(module edn (parse-entry tag-handlers write-edn read-edn)
(import srfi-1
srfi-69
srfi-88
scheme
(chicken base)
(chicken keyword)
(chicken port))
(include "edn-impl.scm"))