NDFST interpreter
(Nondeterministic Finite State Transducer)
Dafydd Gibbon, 2008-08-12
Input:
Switches:
Trace:
off
on
Direction:
forward
reverse
Relation:
off
on
FSA:
# METADATA: Demo FST file for NDFST interpreter. # The interpreter features generous use of white space, error messages for FST # configuration file input, optional prettyprinted trace for fst run. # Initial state: initial = q0 # Set of terminal states: terminal = q0 # Transition quadruples
: fst = q0, x, What?, q1; q1, x, What?, q1; q1, x, Help!, q2; q2, x, This., q1; q2, x, Help!, q2; q2, x, Your_turn!, q0
Go:
Other examples...