3 references to productionRange
CSharpSyntaxGenerator (3)
Grammar\GrammarGenerator.cs (3)
223
rules.Add("DecimalDigit", [..
productionRange
('0', '9')]);
224
rules.Add("HexadecimalDigit", [decimalDigit, ..
productionRange
('A', 'F'), ..
productionRange
('a', 'f')]);