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.