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