Skip to content

Commit

Permalink
Added tests, related to resolving vars/classes
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Dec 27, 2011
0 parents commit 4c0d219
Show file tree
Hide file tree
Showing 5 changed files with 695 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
@@ -0,0 +1,8 @@
/pom.xml
*jar
/lib
/classes
/native
/.lein-failures
/checkouts
/.lein-deps-sum
13 changes: 13 additions & 0 deletions README
@@ -0,0 +1,13 @@
# analyze

FIXME: write description

## Usage

FIXME: write

## License

Copyright (C) 2011 FIXME

Distributed under the Eclipse Public License, the same as Clojure.
4 changes: 4 additions & 0 deletions project.clj
@@ -0,0 +1,4 @@
(defproject analyze "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.3.0"]]
:dev-dependencies [[midje "1.3.1"]])

0 comments on commit 4c0d219

Please sign in to comment.