Skip to content

Clojars Release 0.2.0

Compare
Choose a tag to compare
@xsc xsc released this 26 Jul 15:55

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"]