Alphabet is a comma-separated list where each value is ranging from 0 - 9
States is a comma-separated list where each element is ranging from a - z
The start state is a single element ranging from a - z
The accept states is a comma-separated list where each element is a - z
The transition function must use the following format:
state,inputValue=stateDestination
There must only be one such function per line