Searched defs:NFA (Results 1 – 4 of 4) 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;
38 public class NFA { class49 public NFA(Grammar g) { in NFA() method in NFA
76 #define NFA 20 /* cache this many dynamic fa's */ macro