Creates a parser from a delegate.
public static IParser<T> Create<T>(Func<TextPosition, IParseResult<T>> parse)
For maximum performance, derive from Parser.
Parser