Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.03 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.03 KB

Turing Machine

Simple infrastructure to execute programs within a Turing Machine.

Build Status GPLv3 codecov.io Codacy Badge

Starting

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.

Contributing

Feel free to add further programs of Turing Machines by adding test classes and creating pull requests.