Parses the specified text, throwing ParseException
on failure.
public static T Parse<T>(this IParser<T> parser, string text)
Parses the specified text at the specified start index, throwing ParseException
on failure.
public static T Parse<T>(this IParser<T> parser, string text, int startIndex)