• tyomitch's avatar
    Remove d_initial from the parser as it is unused (GH-12212) · 1b304f99
    tyomitch yazdı
    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.
    1b304f99
grammar.h 2.21 KB