Parses any digit (as determined by char.IsDigit).
char.IsDigit
public static readonly IParser<char> Digit;