scanBracketString

fun scanBracketString(bracketToken: BracketedStacksToken): List<AbstractStacksToken>

Answer the list of tokens that comprise a Avail comment.

Return

A list of all tokenized words in the AvailComment.

Parameters

bracketToken

A comment bracket to be tokenized.

Throws