Module enso_automata::dfa[][src]

Expand description

The structure for defining deterministic finite automata.

Structs

Dfa

The definition of a DFA for a given set of symbols, states, and transitions.

Type Definitions

State

Specialized DFA state type.