Turing Machines

Simulation and analysis of Turing machines.

Command-Line Arguments

Following command arguments required:

  • description file - The file path to the TM description
  • input file - The initial state of the tape

Build Instructions

To built the application, run:

ant

in the project's root directory

To run this application. please, use the following commands in your terminal (JAR file provided) :

java -jar Turing-Machine.jar <desc_file> <input_file>