Added first sketch of ignorable words

This commit is contained in:
Simon Brooke 2025-10-31 13:52:57 +00:00
parent e5875a2a19
commit f2fc1acc80
3 changed files with 108 additions and 1 deletions

View file

@ -3,6 +3,7 @@
:url "http://example.com/FIXME"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.11.1"]]
:dependencies [[org.clojure/clojure "1.11.1"]
[peco "0.1.6"]]
:repl-options {:init-ns elboob.core}
:source-paths ["src/clj"])