public NonTerminal(string name, IEnumerable <Production> productions) { this.Name = name; Productions.AddRange(productions); }