comparison src/rlm/telmo.clj @ 0:78a630e650d2

initial import
author Robert McIntyre <rlm@mit.edu>
date Tue, 18 Oct 2011 00:57:08 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:78a630e650d2
1 (ns rlm.telmo
2 (:refer-clojure :only [])
3 (:require rlm.ns-rlm mobius.base))
4 (rlm.ns-rlm/ns-clone mobius.base)
5
6
7 (import '[telmo.matcher.library Variable VariableType Transition])
8 (import '[java.io BufferedReader])
9
10 (def a (Transition. VariableType/W 1 0 0 1))
11
12
13 ;; (defmulti read-structure first)
14
15 ;; (defmethod read-structure Transition [_ s]
16
17
18
19
20
21
22 ;; (defmethod seq Transition [t]
23 ;; 5)
24
25
26 ;; (defmethod seq Variable [v]
27
28 ;; (defn read-as-pattern
29
30 ;; ;(defmulti write
31
32