with a brake that I make with a string kind of thing...

It's a good kind of brake but it doesn't work yet.
This commit is contained in:
Simon Brooke 2020-04-27 23:23:50 +01:00
parent d924ef17c6
commit fb00ec31a0
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
4 changed files with 87 additions and 45 deletions

View file

@ -2,11 +2,7 @@
(:require [clojure.test :refer :all]
[wwui.propositions :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))
(deftest "RDP tests"
(deftest reparser-tests
(testing "Simplest constructs"
(is (= (recursive-descent-parser [] grammar :noun) nil))
(is