edn/edn.scm

11 lines
282 B
Scheme
Raw Normal View History

2020-02-19 00:29:52 +00:00
@(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")