This overload makes a Matcher that tries multiple parsers (last entry is a matcher) at the same position and returns the first successful match.
Use last to try parsers in reverse order.
Use longest to choose the longest match.
Parsers to try.
Make a parser that tries multiple parsers at the same position and returns the first successful match or a nonmatch if there was none.
This overload makes a Matcher that tries multiple parsers (last entry is a matcher) at the same position and returns the first successful match.
Use last to try parsers in reverse order.
Use longest to choose the longest match.