
kturing 0.4
-----------


A graphical Turing machine implementation.


You can find some examples in Examples/ dir (They are taken from gTuring).

The program can open gTuring files; when saving, you can also specify an initial tape. 

The initial state is 1.

The tape is considered to be infinite; when the machine reach a new cell, it fill it 
with the blank character ( _ ).
