parseedn

EDN parser for Emacs Lisp

Stars
62
Committers
9

Bot releases are hidden (Show)

parseedn - Make sure parseclj and parseedn's versions are in sync Latest Release

Published by plexus about 3 years ago

parseedn - Replace modern macros with their old-school counterparts

Published by plexus about 3 years ago

Due to user reports of issues with cl-case and seq-doseq on certain emacs builds we replaced these calls with cond and mapcar.

parseedn - v1.0.4

Published by plexus about 3 years ago

Continuing cleaning up the fallout of dropping a.el, which was necessary for CIDER to be included in ELPA. This patch in particular should make us compatible again with Emacs 25/26.

parseedn - v1.0.2

Published by plexus about 3 years ago

  • Added print handler for #uuid and #inst
  • Update parseclj dependency to 1.0.2
  • Add support for alist, plist and an explicit error for unsupported dotted pair notation.
  • Fix printing of hash-maps with multiple entries.