← Back to Home

Turing Machine Sim

A turing machine compiler and simulator.

Resources

Time Spent

10 hours

Lines of Code

Java: 550

About This Project

Turing Machine Simulator Screenshot

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.