Parser.Digit field

Parses any digit (as determined by char.IsDigit).

public static readonly IParser<char> Digit;

See Also