Expand description
This module contains type and functions related to the NFA transition function.
Structsยง
- Dense
Table ๐ - Sparse
Table ๐ - Transition
Functions - This struct contains a map of functions that are the transitions for each NFA state.
- Transition
Layout - This struct contains the layout for the lookup tables used by the
TransitionFunctions
.
Enumsยง
- Lookup
Table ๐ - This enum represents the different type of lookup tables and their offsets.