Simple infrastructure to execute programs within a Turing Machine.
Clone this project and simply execute all included tests such as a palindrome tester and the 2-state Busy beaver by running Maven via mvn clean test
.
Feel free to add further programs of Turing Machines by adding test classes and creating pull requests.