ParseCallback

typealias ParseCallback = (byte: UInt, point: Point) -> CharSequence?(source)

A function to retrieve a chunk of text at a given byte offset and point.

The function should return null to indicate the end of the document.