diff options
Diffstat (limited to 'algorithms/transducer/test.transducer')
-rw-r--r-- | algorithms/transducer/test.transducer | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/algorithms/transducer/test.transducer b/algorithms/transducer/test.transducer new file mode 100644 index 0000000..635fb17 --- /dev/null +++ b/algorithms/transducer/test.transducer @@ -0,0 +1,11 @@ +"S" +"S" "0" "0" "S" +"S" "1" "0" "E" +"E" "1" "0" "E" +"E" "0" "0" "S" +"S" "1" "1" "L" +"L" "1" "1" "L" +"L" "0" "0" "F" +"F" "0" "0" "F" +"F" "\n" "\n" "F" + |