Enter automaton rules below
Syntax:
  • () => stateName for start states
  • stateName => () for final states
  • N1 => S => N2 : go from state named N1 to state N2 when processing symbol S