Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.23 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.23 KB

Turing Machine Simulator - TMS

An Alan Turing machine simulator written in Rust as part of my personal learning journey to master the Rust programming language.

Demo

TMS demo gif

Getting Started

Follow these instructions to get the Turing Machine simulator up and running on your system.

Prerequisites

Before you begin, ensure you have the following installed:

  • Rust - The Rust programming language.

Installation

  1. Clone the repository:

    $ git clone https://github.com/LanaMirko04/tms
    $ cd tms
  2. Build the project:

    $ cargo build --release
  3. Install the program:

    $ cargo install --path ./
  4. Run the program:

    $ tms --conf examples/example.cfg

Usage

$ tms --conf path/to/cfg/file

License

TMS is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements