home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
pyth_os2.zip
/
python-1.0.2
/
Demo
/
turing
/
inc.tm
< prev
next >
Wrap
Text File
|
1994-03-02
|
278b
|
8 lines
<1, 'a'> --> <1, R> ; Given a number as a sequences of a's increase it
<1, ' '> --> <0, 'a'> ; by one
<1, 'S'> --> <1, R> ; given a number of the form SSSSS...SSS0
<1, '0'> --> <2, 'S'> ; add another S
<2, 'S'> --> <2, R> ; go right one
<2, ' '> --> <0, '0'> ; append the zero