Version 1.1.1 of package Parseclj has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Parseclj describes itself as: ================== Clojure/EDN parser ================== More at https://elpa.nongnu.org/nongnu/parseclj.html ## Summary: Top level API for the Clojure parser. ## Recent NEWS: # 1.1.1 (2022-02-07) - [#41](https://github.com/clojure-emacs/parseclj/pull/41) Add a `lexical-binding` declaration # 1.1.0 (2022-02-07) - [#36](https://github.com/clojure-emacs/parseclj/pull/36) Add support for bigint # 1.0.6 (2021-10-13) - Make sure parseedn and parseclj versions are in sync # 1.0.5 (2021-10-13) - [#34](https://github.com/clojure-emacs/parseclj/pull/34) Replace `cl-case` with `cond` # 1.0.4 (2021-09-30) - Provide parseclj-alist-merge, since we can't use `(map-merge 'alist)` yet in Emacs 25/26. # 1.0.3 (2021-09-29) - Remove remaining a.el usage (this time for real) # 1.0.1 (2021-09-27) - Remove remaining a.el usage # 1.0.0 (2021-09-27) - Added a `:read-one` option to read/parse a single form at a time - Support more reader dispatch macro forms: eval (`#=`), shebang (`#!`), symbolic value (`##NaN`) # 0.2.0 (2020-10-12) - raise error on unmatched closing paren/brace # 0.1.0 (2018-05-27) Initial release.
