Parser.Letter field

Parses any letter (as determined by char.IsLetter).

public static readonly IParser<char> Letter;

See Also