Skip to content

Clojars Release 0.3.1

Compare
Choose a tag to compare
@xsc xsc released this 07 Oct 19:10

The parse now handles implicitly namespaced keywords by creating a settings map in the :token node:

(parse-string ":x")  ;; => [:token :x]
(parse-string "::x") ;; => [:token :x {:namespaced? true}]

To use this version of rewrite-clj, add the following to the :dependencies vector in your project.clj:

[rewrite-clj "0.3.1"]