Implementace DKA 5/10
  case state of
    s : begin {počáteční stav}
    ...
          if symbol = '<' then
            state := f6;
          else
          if symbol = '{' then
            state := p;
        end; {stav s}
14/35
s
<
f6
<
=
f7
<=
>
f8
< >
{
}
S  – }
p