knownToBeComputedTokensOrNull

val knownToBeComputedTokensOrNull: List<A_Token>?

If the A_Tokens that start at this location have been computed, answer that List, otherwise answer null. The list is copied to ensure it isn't modified by the client or other active lexers.

This should only used by diagnostics, specifically to avoid running lexers while producing failure messages.

Return

The list of tokens or null.