Skip to content

Instantly share code, notes, and snippets.

@hhefesto
Created August 7, 2015 14:50
Show Gist options
  • Save hhefesto/0aa1a57bb6120b03ff16 to your computer and use it in GitHub Desktop.
Save hhefesto/0aa1a57bb6120b03ff16 to your computer and use it in GitHub Desktop.
(defproject com.bm.bmi.date "0.1.0-SNAPSHOT"
:description "Uses antlr date gramar to parse dates"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[clj-antlr "0.2.2"]]
:aot :all
:main com.bm.bmi.date)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment