A port of clojure/tools.analyzer.jvm to ClojureCLR.
THIS IS A WORK-IN-PROGRESS. DO NOT USE.
From the parent's README:
An analyzer for Clojure code, written on top of tools.analyzer, providing additional jvm-specific passes.
Please see the JVM version's README for more details.
Nuget reference:
PM> Install-Package tools.analyzer.clr
Leiningen/Clojars reference:
[org.clojure.clr/tools.analyzer.clr "0.5.5"]
Work in progress.
Original Clojure(JVM) code:
Copyright © 2013-2014 Nicola Mometto, Rich Hickey & contributors.
Distributed under the Eclipse Public License, the same as Clojure.
With additions and edits for CLR
Copyright © 2014 David Miller