Module laps_regex::fa

source ·
Expand description

Finite automaton representations.

This module contains FiniteAutomaton, which is a simple finite automaton implementation, and State, which represents a state in the automaton.

Structs

  • A finite automaton with symbol type S.
  • A state of the finite automaton with symbol type S.