Implementace DKA 2
/1
0
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
f
2
0..9
0..9