Uhmm... hadn't saved analyse.clj when I did the last commit. D'oh!

This commit is contained in:
Simon Brooke 2013-11-08 10:58:27 +00:00
parent a2958cb851
commit 5c6a0f0b90

View file

@ -43,7 +43,6 @@
tokens: the sequence of tokens we're reading;
depth: the depth of rules/length of window we're considering."
[rules anger tokens depth]
(.println System.err (str (length tokens)))
(cond
(empty? tokens) rules
true (let [token (first tokens) rage (utils/slide-window anger token depth)]