Skip to content

Instantly share code, notes, and snippets.

@raek
Created March 8, 2012 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raek/2001893 to your computer and use it in GitHub Desktop.
Save raek/2001893 to your computer and use it in GitHub Desktop.
antlr and clojure
(defproject interpreter "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.3.0"]]
:dev-dependencies [[lein-antlr "0.1.0"]]
:hooks [leiningen.antlr]
:source-path "src/clojure"
:antlr-src-dir "src/antlr"
:antlr-dest-dir "gen-src/java/com/festern"
:java-source-path "gen-src/java")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment