You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since @xsc has graciously transfered rewrite-clj to clj-commons, I can now work to merge in [rewrite-cljc-playground](https://github.com/lread/rewrite-cljc-playground) into rewrite-clj proper.
8
+
9
+
Rewrite-cljc is dead. Long live rewrite-clj!
10
+
11
+
I'll start my work in a `v1` branch here wherein I'll trickle rewrite-cljc work as, at least somewhat, meaningful commits.
12
+
This won't be a useable branch for a little while.
13
+
Once it is ready, I'll merge v1 into master where it will become our first rewrite-clj v1 alpha.
14
+
15
+
## Intro
16
+
6
17
__rewrite-clj__ is a library offering mechanisms to easily rewrite Clojure/EDN documents in a whitespace- and comment-preserving
7
18
way. It includes an EDN parser (based on [clojure.tools.reader](https://github.com/clojure/tools.reader)), a corresponding
8
19
printer, as well as an EDN-aware zipper implementation (based on [clojure.zip](https://clojure.github.io/clojure/clojure.zip-api.html)).
0 commit comments