styleAllTokensThen

fun styleAllTokensThen(then: () -> Unit)

Apply styling to each token in allTokens, which includes all whitespace and comment tokens as well. The token knows its A_Lexer, which is in an A_Method, which can specify an A_Styler in a module-scoped way.

Parameters

then

What to do after all the tokens have been styled.