inverseLex

fun inverseLex(tokens: List<Token>): String

Convert a list of tokens to String, primarily for debugging.