if token.type == TokenType.STRING:
            self.advance()
            return nodes.StringNode(token.value)