Column constructor

Column(
  1. NearleyGrammar? grammar,
  2. int index
)

Implementation

Column(this.grammar, this.index) {
  states = [];
  wants = {};
  scannable = [];
  completed = {};
}