parse

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

This infix parser's parsing implementation.