Grammar<E> constructor
Grammar<E> (
- List<
ProductionRule> rules, - NonterminalRule<
E> start
Implementation
Grammar(this.rules, this.start);