ParserInput

constructor(input: List<I>, index: Int, userContext: U)

Parameters

input

the full token sequence being parsed.

index

the current position within input.

userContext

an arbitrary value threaded through parsing unchanged.