This automaton recognizes strings on the
alphabet I={a,b} that must begin with an a can have an even number of a or any number of b and finish with
an a. Or else the regular expression:
a ((aa)* U b*)* a
Local users:
to run simulation
(read here before running).
example08.aut from the main menu bar.
Actions: