Internal
The type of a ParseState transformer function
A function of this type accepts a ParseState and transforms it to a new ParseState.
It is used as the transformer function for TokenParser.
The new transformed state
TokenParser
The previous state to be transformed
The type of a ParseState transformer function
A function of this type accepts a ParseState and transforms it to a new ParseState.
It is used as the transformer function for TokenParser.
Returns
The new transformed state
See
TokenParser