Exemple #1
0
 public NFA(Grammar grammar)
 {
     this._grammar = grammar;
     this._factory = new NFAFactory(this);
 }
Exemple #2
0
 public NFA( Grammar grammar )
 {
     this._grammar = grammar;
     this._factory = new NFAFactory(this);
 }