diff --git a/src/dfa/dfa.rs b/src/dfa/dfa.rs index 156c6f2..7575fbd 100644 --- a/src/dfa/dfa.rs +++ b/src/dfa/dfa.rs @@ -216,7 +216,7 @@ impl DFA { } impl DFA { - fn from_multiple_nfas(nfas: Vec) -> DFA { + pub fn from_multiple_nfas(nfas: Vec) -> DFA { // All of the nodes now have a pair of identifiers, // 1. the NFA index within the list of NFAs // 2. the NFA state index within the NFA