Clojars Release 0.2.0
This release mainly consists of:
- more expressive error handling
- extensions to parser/printer, including:
- multi-line string support
- parsing the whole of a string/file instead of only the first entity
- access to parser/printer via
rewrite-clj.zip
- bugfixes
Use it in your project by putting the following into the :dependencies
vector of your project.clj
:
[rewrite-clj "0.2.0"]