Skip to content

Releases: clojure-emacs/parseclj

Make sure parseclj and parseedn's versions are in sync

Choose a tag to compare

@plexus plexus released this 13 Oct 04:54
v1.0.6

Correctly bump versions

Replace modern macros with their old-school counterparts

Choose a tag to compare

@plexus plexus released this 13 Oct 04:51

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

Choose a tag to compare

@plexus plexus released this 29 Sep 14:32
  • 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

Choose a tag to compare

@plexus plexus released this 27 May 09:43
93a0f43

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.