clojuredocs-analyzer

所属分类:collect
开发工具:Clojure
文件大小:0KB
下载次数:0
上传日期:2013-09-15 20:55:25
上 传 者sh-1993
说明:  clojuredocs分析器,,
(clojuredocs-analyzer,,)

文件列表:
epl-v10.html (12655, 2013-09-15)
lazytest.sh (79, 2013-09-15)
logs/ (0, 2013-09-15)
logs/enlive-import.log (51576, 2013-09-15)
logs/trammel-import.log (4573, 2013-09-15)
project.clj (417, 2013-09-15)
resources/ (0, 2013-09-15)
resources/cljs-in/ (0, 2013-09-15)
resources/cljs-in/one.clj (0, 2013-09-15)
resources/cljs-in/three.clj (0, 2013-09-15)
resources/cljs-in/two.clj (0, 2013-09-15)
resources/clojure-git/ (0, 2013-09-15)
resources/clojure-git/config (281, 2013-09-15)
resources/clojure-git/refs/ (0, 2013-09-15)
resources/clojure-git/refs/heads/ (0, 2013-09-15)
resources/clojure-git/refs/heads/master (41, 2013-09-15)
resources/empty-git/ (0, 2013-09-15)
resources/empty-git/config (236, 2013-09-15)
resources/file-to-ns-str/ (0, 2013-09-15)
resources/file-to-ns-str/comment-before-ns.clj (61, 2013-09-15)
resources/file-to-ns-str/easy.clj (16, 2013-09-15)
src/ (0, 2013-09-15)
src/cd_analyzer/ (0, 2013-09-15)
src/cd_analyzer/clojurecore.clj (15785, 2013-09-15)
src/cd_analyzer/core.clj (7955, 2013-09-15)
src/cd_analyzer/database.clj (14342, 2013-09-15)
src/cd_analyzer/language.clj (3719, 2013-09-15)
src/cd_analyzer/libs.clj (1726, 2013-09-15)
src/cd_analyzer/runner.clj (3107, 2013-09-15)
src/cd_analyzer/util.clj (964, 2013-09-15)
src/main.clj (235, 2013-09-15)
test/ (0, 2013-09-15)
test/cd_analyzer/ (0, 2013-09-15)
test/cd_analyzer/core_test.clj (909, 2013-09-15)
test/cd_analyzer/database_test.clj (3058, 2013-09-15)
test/cd_analyzer/language_test.clj (3417, 2013-09-15)
test/cd_analyzer/runner_test.clj (366, 2013-09-15)

# clojuredocs-analyzer ## Requirements * Clojure 1.5.1 * Java 7 (needed to parse all the Clojure core files properly) ## Getting Started NB this project is due to be replaced soon - please see https://github.com/clojuredocs for more information To run a local version of Clojuredocs please follow the instructions at https://github.com/zk/clojuredocs ### Import Clojure library To import a Clojure library into your local version: git clone git@github.com:zk/clojuredocs-analyzer.git cd clojuredocs-analyzer lein run "path/to/library" ### Import Clojure Core To import Clojure core into your local version is more involved: First, clone Clojure to somewhere on your machine git clone git@github.com:clojure/clojure.git cd clojure Then checkout the tag that you want to import git checkout clojure-1.5.1 Then clone this analyzer as before: git clone git@github.com:zk/clojuredocs-analyzer.git cd clojuredocs-analyzer Then make sure that the `parse-clojure-core` function in `src/cd_analyzer/core.clj` matches the version number you are importing. eg - `https://github.com/zk/clojuredocs-analyzer/blob/master/src/cd_analyzer/core.clj#L82` Then run `lein repl` to bring up a prompt and run the following commands (use 'cd-analyzer.core) (run-update-clojure-core "path/to/clojure/on/my/filesystem") ## License EPL 1.0 http://www.eclipse.org/legal/epl-v10.html

近期下载者

相关文件


收藏者