A port of clojure/tools.analyzer.jvm to ClojureCLR.
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.
Fully functional except:
analyze-nsis not yet implemented. (The JVM version involves classpath searching and related techniques that are not relevant on the CLR. This needs some thought.
Latest stable release: 1.3.2
CLI/deps.edn dependency information:
io.github.clojure/tools.analyzer.clr {:git/tag "v1.3.2" :git/sha "732a0f4"}Nuget reference:
PM> Install-Package clojure.tools.analyzer.clr -Version 1.3.2
Leiningen/Clojars reference:
[org.clojure.clr/tools.analyzer.clr "1.3.2"]
Copyright (C) 2022 Rich Hickey, David Miller & ClojureCLR contributors Distributed under the Eclipse Public License, the same as Clojure.
The parent project has this:
Copyright © 2013-2021 Nicola Mometto, Rich Hickey & contributors. Distributed under the Eclipse Public License, the same as Clojure.