Searched defs:NFA (Results 1 – 3 of 3) sorted by relevance
18 struct NFA { struct33 * Adds a new state to the NFA, returning its index. argument35 int addState(NFAState s) { in addState() argument49 std::vector<NFAState> fStates; argument51 std::vector<int> fStartStates;
47 pub struct NFA<S> { struct59 /// The number of bytes of heap used by this NFA's transition table. argument66 /// building the NFA, but don't use it in the NFA's states. Instead, we argument74 /// sentinel. Namely, in the final NFA, no transition into the fail state argument90 impl<S: StateID> NFA<S> { implementation217 impl<S: StateID> Automaton for NFA<S> { implementation1113 impl<S: StateID> fmt::Debug for NFA<S> { implementation
1025 NFA(NFA<S>), enumerator