parse

abstract fun parse(ctx: ParserContext<T, E>, left: E, token: Token<T>): E

This infix parser's parsing implementation.