/tools.analyzer.clr

Port of clojure/tools.analyzer.jvm to ClojureCLR

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

tools.analyzer.clr

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.

Releases

Nuget reference:

PM> Install-Package tools.analyzer.clr

Leiningen/Clojars reference:

[org.clojure.clr/tools.analyzer.clr "0.5.5"]

Notes on the ported code

Work in progress.

License

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