Column constructor
Column(
- NearleyGrammar? grammar,
- int index
Implementation
Column(this.grammar, this.index) {
states = [];
wants = {};
scannable = [];
completed = {};
}