Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A DFA state that is actually the loopback decision of a closure
loop. If end-of-token (EOT) predicts any of the targets then it
should act like a default clause (i.e., no error can be generated).
This is used only in the lexer so that for ('a')* on the end of a rule
anything other than 'a' predicts exiting.

...