Skip to content

sidmani/turing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulate a Turing machine. To try it out:

pip install -r requirements.txt
python -m tm examples/square.tm examples/square.tape 0

(the arguments, in order: the machine definition, the initial tape, and the initial head position)

This example squares a unary number (problem 6.1-2. (1) in Finite and Infinite Machines by Minsky)

About

turing machine simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages