Module redfa::dfa

source ·

Structs

  • A deterministic finite automaton (DFA), over the alphabet T. Each state is annotated with a value of type V. State 0 is the starting state.
  • A state in a DFA.

Traits