Clojars Release 0.3.1
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"]