if token.type == TokenType.MINUS:
            self.advance()
            return nodes.MinusNode(self.factor())