Skip to content

amarrerod/turing_machine_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turing Machine in Rust

Build

Example of Turing's Machine in Rust Programming Language.

tm

Run Locally

Clone the project

  git clone [email protected]: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