Lines Matching refs:nonterminal
77 // This is a map from a nonterminal to an lhs set index into the
82 // This is a map from nonterminal pair to an lhs set index into the
88 // Most commonly, that is just the id of the lhs nonterminal of the rule that
89 // is triggered, in this case `lhs` is set to the id of the nonterminal.
91 // `lhs` vector below that specifies additionally to the nonterminal, also the
100 // The lhs nonterminal.
101 nonterminal:uint;
124 // Id of the nonterminal indicating the start of input.
127 // Id of the nonterminal indicating the end of input.
130 // Id of the nonterminal indicating a token.
133 // Id of the nonterminal indicating a string of digits.
136 // `n_digits_nt[k]` is the id of the nonterminal indicating a string of
140 // Id of the nonterminal indicating a word or token boundary.
143 // Id of the nonterminal indicating an uppercase token.
172 // The nonterminal to trigger.
173 nonterminal:uint;