Implementace DKA 8/10
  case state of
    ...
    q3: begin {přiřazení}
          if symbol = '=' then
          begin
            TOKEN := ASSIGNMENT;
            break;
        end; {stav q3}
17/35
s
f3
:
q3
=
:=