Exemplo n.º 1
0
 protected CflParser(CnfGrammar grammar)
 {
     Grammar = grammar;
 }
Exemplo n.º 2
0
 public CnfProductions(CnfGrammar grammar, params string[] elements)
     : base(elements)
 {
     Grammar = grammar;
 }