Module epsilon_closure

Source
Expand description

This module contains types and functions related to computing the epsilon closure of a given NFA state.

Structsยง

EpsilonClosure ๐Ÿ”’
EpsilonClosureFunctions
This struct contains a map of functions that are the pre-computed epsilon closure for each NFA state.
EpsilonLook ๐Ÿ”’

Functionsยง

compute_epsilon_closure ๐Ÿ”’