view src/rlm/telmo.clj @ 9:1065e7d615a4 tip

deactivate some cruft.
author Robert McIntyre <rlm@mit.edu>
date Mon, 08 Jul 2013 12:51:12 -0400
parents 78a630e650d2
children
line wrap: on
line source
1 (ns rlm.telmo
2 (:refer-clojure :only [])
3 (:require rlm.ns-rlm mobius.base))
4 (rlm.ns-rlm/ns-clone mobius.base)
7 (import '[telmo.matcher.library Variable VariableType Transition])
8 (import '[java.io BufferedReader])
10 (def a (Transition. VariableType/W 1 0 0 1))
13 ;; (defmulti read-structure first)
15 ;; (defmethod read-structure Transition [_ s]
22 ;; (defmethod seq Transition [t]
23 ;; 5)
26 ;; (defmethod seq Variable [v]
28 ;; (defn read-as-pattern
30 ;; ;(defmulti write