Releases: clojure-emacs/parseclj
Releases · clojure-emacs/parseclj
Release list
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
- Added a
:read-oneoption to read/parse a single form at a time - Support more reader dispatch macro forms: eval (
#=), shebang (#!),
symbolic value (##NaN) - raise error on unmatched closing paren/brace
- Remove
a.elas a runtime dependency (still used in tests).
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.