We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c4b2f commit 8f0582dCopy full SHA for 8f0582d
parseedn.el
@@ -26,7 +26,16 @@
26
27
;;; Commentary:
28
29
-;; The EDN <-> Elisp reader and printer
+;; parseedn is an Emacs Lisp library for parsing EDN (Clojure) data.
30
+;; It uses parseclj's shift-reduce parser internally.
31
+
32
+;; EDN and Emacs Lisp have some important differences that make
33
+;; translation from one to the other not transparent (think
34
+;; representing an EDN map into Elisp, or being able to differentiate
35
+;; between false and nil in Elisp). Because of this, parseedn takes
36
+;; certain decisions when parsing and transforming EDN data into Elisp
37
+;; data types. For more information please refer to parseclj's design
38
+;; documentation.
39
40
;;; Code:
41
0 commit comments