Problem Detail: The following DFA is a lexical analyzer which is supposed to recognize comments. The lexical analyzer will ignore the comment and goes back to the state one. I’m told that there’s something wrong with it but I can’t figure Read More …