Releases: clojure-emacs/parseclj
Releases · clojure-emacs/parseclj
Make sure parseclj and parseedn's versions are in sync
Replace modern macros with their old-school counterparts
Due to user reports of issues with cl-case
and seq-doseq
on certain emacs builds we replaced these calls with cond
and mapcar
.
v1.0.2
Bring yourself back online
This is a first "tryout" release, the parser can in principle handle all Clojure syntax now. Time for people to give it a spin and report back.