Parses any letter or digit (as determined by char.IsLetterOrDigit).
char.IsLetterOrDigit
public static readonly IParser<char> LetterOrDigit;