Read works, print works, eval is horribly broken.

This commit is contained in:
Simon Brooke 2019-08-15 21:14:17 +01:00
parent 325e991f1f
commit 12bbd0076a
8 changed files with 299 additions and 49 deletions

View file

@ -5,6 +5,7 @@
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/math.numeric-tower "0.0.4"]
[org.clojure/tools.trace "0.7.10"]
[instaparse "1.4.10"]]
:main ^:skip-aot beowulf.core
:target-path "target/%s"