決定性状態遷移機械のプログラミング方法
Programming a DFA
プログラムの実行位置を状態として使う
Treat the execution context as the state
状態変数を利用する
Use state variables
状態遷移表を使う
Use state transition tables