File | Date | Author | Commit |
---|---|---|---|
.settings | 2017-04-02 |
![]() |
[f71c9a] Delete a.txt |
bin | 2017-04-03 |
![]() |
[a037e6] Add files via upload |
snap | 2018-04-16 |
![]() |
[9136e7] Update snapcraft.yaml |
src | 2017-04-03 |
![]() |
[96ba5e] Add files via upload |
.classpath | 2017-04-02 |
![]() |
[c8a538] Add files via upload |
.project | 2017-04-02 |
![]() |
[c8a538] Add files via upload |
README.md | 2017-04-02 |
![]() |
[11e8a6] Update README.md |
turingMachine.jar | 2018-04-16 |
![]() |
[f35581] Add files via upload |
This is a simple, Java based programmable Turing's machine. The project was written using Java and the Eclipse IDE.
You can download the executable .jar file from here.
Command sintax: QSD; where Q is the next status, S is the new symbol to insert and D is the direction to move (r for right or l for left). It's possible to insert comments in every command cell writing something near the instruction, the machine will ignore the text.