a-ungurianu / CS3052-Turing-Machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About


Languages

Language:Java 81.7%Language:Tcl 18.3%