Turing Machine - Implication Operator This source code is developed to practice the finite state machine techinque by automating input using implication operator. Implication Operator TRUE > FALSE = FALSE TRUE > TRUE = TRUE FALSE > TRUE = TRUE FALSE > FALSE = TRUE