startParsingAt

fun startParsingAt(initialPositionInSource: LexingState)

Record the fact that we're starting to parse a top-level statement at the indicated one-based position in the source. Clear any already recorded expectations.

Parameters

initialPositionInSource

The LexingState at the earliest source position for which we should record problem information.