Implementace DKA 2/10
  case state of
    s : begin {počáteční stav}
    ...
          if symbol in ['0'..'9'] then
          begin
            state := f2; {celé číslo}
            str := symbol;
          end else
11/35
s
int
f2
0..9
0..9