Skip to content

Releases: clojure-emacs/parseclj

Make sure parseclj and parseedn's versions are in sync

13 Oct 04:54
Compare
Choose a tag to compare

Replace modern macros with their old-school counterparts

13 Oct 04:51
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
93a0f43
Compare
Choose a tag to compare

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.