An Alan Turing machine simulator written in Rust as part of my personal learning journey to master the Rust programming language.
Follow these instructions to get the Turing Machine simulator up and running on your system.
Before you begin, ensure you have the following installed:
- Rust - The Rust programming language.
-
Clone the repository:
$ git clone https://github.com/LanaMirko04/tms $ cd tms
-
Build the project:
$ cargo build --release
-
Install the program:
$ cargo install --path ./
-
Run the program:
$ tms --conf examples/example.cfg
$ tms --conf path/to/cfg/file
TMS is licensed under the MIT License. See the LICENSE file for more details.