class Syntax { fun check(tokens: MutableList>) { for (token in tokens) { print(token) } } }