Function nullability_set

Source
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.