Skip to content

emmanuel-h/TuringMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

TuringMachine

!! App in development !!

You just have to give the numbzr of states, they will be automatically
created from q0 to qn, with qyes state in addition.

Transitions have to be typed according to this pattern :"q0 q1 a b lsr"
which means : A transition from state q0 to q1 change the a value into b.
lsr is the movement (l = left, s = stay, r = right).

Releases

No releases published

Packages

No packages published

Languages