Considerably improved REPL, with better parse error handling
This commit is contained in:
parent
609e2c3a6e
commit
526b71bce7
4 changed files with 69 additions and 14 deletions
|
|
@ -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}})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue