ContinuationParserExtension<T> extension

on

Methods

callCC<R>(ContinuationHandler<T, R> handler) Parser<R>
Returns a parser that when activated captures a continuation function and passes it together with the current context into the handler.