Given a Token, return that token's line information. This is useful for debugging.
String lineInfo(Token token) => token.pos.toString();