Skip to content

LanaMirko04/tms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Turing Machine Simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages