Skip to content

GeoProth/TuringMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TuringMachine

Turing Machine

Reads input from an ASCII file and then reports if that "machine" will ACCEPT or REJECT a given WORD. The file and word are specified on the command line.

Output from a given Turing Machine input file and WORD will return: Accepted: WORD OR Rejected: WORD

Where WORD was the word presented to the program.
ASCII text fill will be presented in the following format:

FROMSTATE, LETTER, NEW_LETTER, DIRECTION, TOSTATE.

Examples provided with project.

About

Turing Machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages