Advertisement
Guest User

Untitled

a guest
Oct 12th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (defproject antlr-example "1.0.0-SNAPSHOT"
  2.   :description "ANTLR Clojure example"
  3.   :dependencies [[org.clojure/clojure "1.4.0"]
  4.                  [org.antlr/antlr "3.2"]]
  5.   :dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"]])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement