A turing machine compiler and simulator.
10 hours
Java: 550
This is a turing machine simulator with a GUI to run the machine against multiple input strings. It compiles the written turing machine code into a virtual machine and runs it against each of several inputs and prints the results. It was made to assist in grading for a Computer Science Theory class. Feel free to download and run the latest release and test it against some example machines at Online Turing Machine Simulator.