Releases: clojure-emacs/parseclj
Releases · clojure-emacs/parseclj
Make sure parseclj and parseedn's versions are in sync
13 Oct 04:54
Compare
Sorry, something went wrong.
No results found
v1.0.6
Correctly bump versions
Replace modern macros with their old-school counterparts
13 Oct 04:51
Compare
Sorry, something went wrong.
No results found
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
29 Sep 14:32
Compare
Sorry, something went wrong.
No results found
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)
raise error on unmatched closing paren/brace
Remove a.el as a runtime dependency (still used in tests).
Bring yourself back online
27 May 09:43
Compare
Sorry, something went wrong.
No results found
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.