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