Remove d_initial from the parser as it is unused (GH-12212)
d_initial, the first state of a particular DFA in the parser has always been initialized to 0 in the old pgen as well as the new pgen. As this value is not used and the first state of each DFA is assumed to be the first element in the array representing it, remove d_initial from the parser to reduce complexity.
T
tyomitch committed
1b304f992ddfc1cc40758dd633bc6a2595399189
Parent: d70a359
Committed by Pablo Galindo <Pablogsal@gmail.com>
on 3/9/2019, 3:35:50 PM