Skip to content

nicolaseckhart/turing_machine_emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turing Machine Emulator

A turing machine emulator coded in ruby that can perform multiplications of positive integers. The emulated machine only uses one memory tape.

Class diagram and state machine diagram are found in /diagrams.

Installation

git clone git@github.com:nicolaseckhart/turing_machine_emulator.git

Usage

Requirements

You need to have ruby installed on your machine. Comes pre-installed on OSX. To install on most linux systems:

sudo apt-get install ruby

To install on Windows visit https://rubyinstaller.org/ and follow the instructions there.

Run

To run the emulator, open console and run:

cd /path/to/project/folder
ruby cli.rb

And follow the on-screen instructions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages