summaryrefslogtreecommitdiff
path: root/algorithms/transducer/test2.transducer
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-15 03:24:33 +0200
committerPatrick Simianer <p@simianer.de>2014-06-15 03:24:33 +0200
commitcf3a29feb5887344b6633ead1b4b6d5657a15a4b (patch)
treef1149508f7305a48dba0226699dfafdd68d81969 /algorithms/transducer/test2.transducer
parent5ddc763ab9953eebdaf78af4eb72288d7955b310 (diff)
old stuff: algorithms
Diffstat (limited to 'algorithms/transducer/test2.transducer')
-rw-r--r--algorithms/transducer/test2.transducer11
1 files changed, 11 insertions, 0 deletions
diff --git a/algorithms/transducer/test2.transducer b/algorithms/transducer/test2.transducer
new file mode 100644
index 0000000..bfb0d77
--- /dev/null
+++ b/algorithms/transducer/test2.transducer
@@ -0,0 +1,11 @@
+"S"
+"S" "0" "0" "S"
+"S" "1" "0" "E"
+"S" "1" "1" "L"
+"E" "1" "0" "E"
+"E" "0" "0" "S"
+"L" "1" "1" "L"
+"L" "0" "0" "F"
+"F" "0" "0" "F"
+"F" "\n" "\n" "F"
+