pub fn nullability_set(regex_tree: &Node) -> HashSet<SetTerminal>
Expand description
The nullability_set
function returns the set of SetTerminal that are nullable in a regular expression tree.
pub fn nullability_set(regex_tree: &Node) -> HashSet<SetTerminal>
The nullability_set
function returns the set of SetTerminal that are nullable in a regular expression tree.