summaryrefslogtreecommitdiff
path: root/algorithms/transducer/test2.transducer
blob: bfb0d774c12dbbfd22b0f481a9cc4b47e4381be3 (plain)
1
2
3
4
5
6
7
8
9
10
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"