ContinuationParserExtension<R> extension

on

Methods

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