/turing_machine_rs

Turing Machine emulator written in Rust

Primary LanguageRust

Turing Machine in Rust

Build

Example of Turing's Machine in Rust Programming Language.

tm

Run Locally

Clone the project

  git clone git@github.com:amarrerod/turing_machine_rs.git

Go to the project directory

  cd turing_machine_rs

Run the proyect

  cargo run <path-to-machine-definition> <path-to-input-tape>

Running Tests

To run tests, run the following command

  cargo test