Expand description
Parsers extracting tokens from the stream
Functions§
- Matches one token
- Recognizes a literal
- Recognize a token that does not match a set of tokens
- Recognize a token that matches a set of tokens
- Recognize an input slice containing the first N input elements (I[..N]).
- Recognize the longest input slice (if any) till a member of a set of tokens is found.
- Recognize the input slice up to the first occurrence of a literal.
- Recognize the longest (m <= len <= n) input slice that matches a set of tokens