Full mexpr parsing working, number parsing working

This commit is contained in:
Simon Brooke 2019-08-15 16:35:46 +01:00
parent b4091f28dc
commit 0321401c2a
7 changed files with 316 additions and 46 deletions

View file

@ -4,6 +4,7 @@
:license {:name "GPL-2.0-or-later"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/math.numeric-tower "0.0.4"]
[instaparse "1.4.10"]]
:main ^:skip-aot beowulf.core
:target-path "target/%s"