if token.type == TokenType.PLUS:
            self.advance()
            return nodes.PlusNode(self.factor())