parse

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

This prefix parser's parsing implementation.