pub fn build_nfa(expr: &RegularPathExpr) -> Result<Nfa, RPQBuildError>Expand description
Build an NFA from a regular path expression via Thompson’s construction.
pub fn build_nfa(expr: &RegularPathExpr) -> Result<Nfa, RPQBuildError>Build an NFA from a regular path expression via Thompson’s construction.