File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33# EDN parser for Emacs Lisp
44
55` parseedn ` is an Emacs Lisp library for parsing [ EDN
6- data] ( https://github.com/edn-format/edn ) . It uses the
6+ data] ( https://github.com/edn-format/edn ) . It uses
77[ ` parseclj ` ] ( https://github.com/clojure-emacs/parseclj ) 's shift-reduce parser
88internally.
99
10- EDN and Emacs Lisp share some important differences that make translation from
10+ EDN and Emacs Lisp have some important differences that make translation from
1111one to the other not transparent (think representing an EDN map into Elisp, or
1212being able to differentiate between ` false ` and ` nil ` in Elisp). Because of
1313this, ` parseedn ` takes certain decisions when parsing and transforming EDN data
@@ -51,7 +51,7 @@ You can just copy-paste this code into your Emacs init file:
5151
5252 Returns a string containing DATUM as EDN. DATUM can be any Emacs Lisp
5353 value.
54-
54+
5555## Prior art
5656
5757[ edn.el] ( https://github.com/expez/edn.el ) is an EDN-to-elisp parser based on the
You can’t perform that action at this time.
0 commit comments