Considerably improved REPL, with better parse error handling

This commit is contained in:
Simon Brooke 2019-08-17 13:48:49 +01:00
parent 609e2c3a6e
commit 526b71bce7
4 changed files with 69 additions and 14 deletions

View file

@ -6,7 +6,9 @@
:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/math.numeric-tower "0.0.4"]
[org.clojure/tools.trace "0.7.10"]
[environ "1.1.0"]
[instaparse "1.4.10"]]
:main ^:skip-aot beowulf.core
:plugins [[lein-environ "1.1.0"]]
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})