if token.type == TokenType.NUMBER:
            self.advance()
            return nodes.NumberNode(token.value)