Blog list
Turing machine
This blog is just a Turing machine simulator. To understand how to use this,
refer to this
wikipedia article
.
So far as the emulator is concerned:
The function is defined by the table above. You can add or remove states and symbols.
All entries are in format (symbol to write)(movement: L,N,R)(next state: q123)
Ensure to clear the track / tape every time you change the symbols you use, otherwise it might crash.
Have fun
Courtesy of Agent Red