edn/edn.scm

11 lines
282 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)
(use srfi-1 srfi-69 srfi-88)
(module edn (parse-entry tag-handlers write-edn read-edn)
"edn-impl.scm")