view 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
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