<!--===============================================-->
<!--  tmmul2.xml                                   -->
<!--  The interpreter of the Turing machine        -->
<!--===============================================-->
<!-- Example of the program for the Turing machine -->
<!-- Delete of points between units                -->
<!--===============================================-->

<!DOCTYPE TM SYSTEM "tm.dtd">

<TM>

<Instruction CurrentState="A" CurrentSymbol="b" NextSymbol="b" NextState="B" Move="R">
<Instruction CurrentState="B" CurrentSymbol="1" NextSymbol="1" NextState="B" Move="R">
<Instruction CurrentState="B" CurrentSymbol="." NextSymbol="." NextState="C" Move="R">
<Instruction CurrentState="B" CurrentSymbol="b" NextSymbol="b" NextState="Z" Move="R">
<Instruction CurrentState="C" CurrentSymbol="." NextSymbol="." NextState="C" Move="R">
<Instruction CurrentState="C" CurrentSymbol="1" NextSymbol="." NextState="D" Move="L">
<Instruction CurrentState="C" CurrentSymbol="b" NextSymbol="b" NextState="G" Move="L">
<Instruction CurrentState="D" CurrentSymbol="." NextSymbol="." NextState="D" Move="L">
<Instruction CurrentState="D" CurrentSymbol="1" NextSymbol="1" NextState="F" Move="R">
<Instruction CurrentState="D" CurrentSymbol="b" NextSymbol="b" NextState="F" Move="R">
<Instruction CurrentState="F" CurrentSymbol="." NextSymbol="1" NextState="C" Move="R">
<Instruction CurrentState="G" CurrentSymbol="." NextSymbol="b" NextState="G" Move="L">
<Instruction CurrentState="G" CurrentSymbol="1" NextSymbol="1" NextState="H" Move="R">
<Instruction CurrentState="G" CurrentSymbol="b" NextSymbol="b" NextState="H" Move="R">
<Instruction CurrentState="H" CurrentSymbol="b" NextSymbol="b" NextState="Z" Move="R">
</Instruction>
</Instruction>
</Instruction>
</Instruction>
</Instruction>
</Instruction>
</Instruction>
</Instruction>
</Instruction>
</Instruction>
</Instruction>
</Instruction>
</Instruction>
</Instruction>
</Instruction>

<State>A</State>

<TapeLeft>
<Node><Square>b</Square>
<Node><Square>b</Square>
<End/>
</Node>
</Node>
</TapeLeft>

<Symbol>b</Symbol>

<TapeRight>
<Node><Square>.</Square>
<Node><Square>.</Square>
<Node><Square>1</Square>
<Node><Square>.</Square>
<Node><Square>.</Square>
<Node><Square>.</Square>
<Node><Square>1</Square>
<Node><Square>1</Square>
<Node><Square>.</Square>
<Node><Square>1</Square>
<Node><Square>.</Square>
<Node><Square>.</Square>
<Node><Square>b</Square>
<Node><Square>b</Square>
<End/>
</Node>
</Node>
</Node>
</Node>
</Node>
</Node>
</Node>
</Node>
</Node>
</Node>
</Node>
</Node>
</Node>
</Node>
</TapeRight>

</TM>