{
    "range": [
        0,
        61
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 61
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                61
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 61
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    60
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 60
                    }
                },
                "type": "SequenceExpression",
                "expressions": [
                    {
                        "range": [
                            0,
                            54
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 0
                            },
                            "end": {
                                "line": 1,
                                "column": 54
                            }
                        },
                        "type": "ConditionalExpression",
                        "test": {
                            "range": [
                                0,
                                37
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 0
                                },
                                "end": {
                                    "line": 1,
                                    "column": 37
                                }
                            },
                            "type": "BinaryExpression",
                            "operator": ">>>",
                            "left": {
                                "range": [
                                    0,
                                    31
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 0
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 31
                                    }
                                },
                                "type": "BinaryExpression",
                                "operator": ">>",
                                "left": {
                                    "range": [
                                        0,
                                        26
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 1,
                                            "column": 0
                                        },
                                        "end": {
                                            "line": 1,
                                            "column": 26
                                        }
                                    },
                                    "type": "BinaryExpression",
                                    "operator": "<<",
                                    "left": {
                                        "range": [
                                            0,
                                            21
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 1,
                                                "column": 0
                                            },
                                            "end": {
                                                "line": 1,
                                                "column": 21
                                            }
                                        },
                                        "type": "BinaryExpression",
                                        "operator": "-",
                                        "left": {
                                            "range": [
                                                0,
                                                5
                                            ],
                                            "loc": {
                                                "start": {
                                                    "line": 1,
                                                    "column": 0
                                                },
                                                "end": {
                                                    "line": 1,
                                                    "column": 5
                                                }
                                            },
                                            "type": "BinaryExpression",
                                            "operator": "+",
                                            "left": {
                                                "range": [
                                                    0,
                                                    1
                                                ],
                                                "loc": {
                                                    "start": {
                                                        "line": 1,
                                                        "column": 0
                                                    },
                                                    "end": {
                                                        "line": 1,
                                                        "column": 1
                                                    }
                                                },
                                                "type": "Literal",
                                                "value": 1,
                                                "raw": "1"
                                            },
                                            "right": {
                                                "range": [
                                                    4,
                                                    5
                                                ],
                                                "loc": {
                                                    "start": {
                                                        "line": 1,
                                                        "column": 4
                                                    },
                                                    "end": {
                                                        "line": 1,
                                                        "column": 5
                                                    }
                                                },
                                                "type": "Literal",
                                                "value": 2,
                                                "raw": "2"
                                            }
                                        },
                                        "right": {
                                            "range": [
                                                8,
                                                21
                                            ],
                                            "loc": {
                                                "start": {
                                                    "line": 1,
                                                    "column": 8
                                                },
                                                "end": {
                                                    "line": 1,
                                                    "column": 21
                                                }
                                            },
                                            "type": "BinaryExpression",
                                            "operator": "%",
                                            "left": {
                                                "range": [
                                                    8,
                                                    17
                                                ],
                                                "loc": {
                                                    "start": {
                                                        "line": 1,
                                                        "column": 8
                                                    },
                                                    "end": {
                                                        "line": 1,
                                                        "column": 17
                                                    }
                                                },
                                                "type": "BinaryExpression",
                                                "operator": "/",
                                                "left": {
                                                    "range": [
                                                        8,
                                                        13
                                                    ],
                                                    "loc": {
                                                        "start": {
                                                            "line": 1,
                                                            "column": 8
                                                        },
                                                        "end": {
                                                            "line": 1,
                                                            "column": 13
                                                        }
                                                    },
                                                    "type": "BinaryExpression",
                                                    "operator": "*",
                                                    "left": {
                                                        "range": [
                                                            8,
                                                            9
                                                        ],
                                                        "loc": {
                                                            "start": {
                                                                "line": 1,
                                                                "column": 8
                                                            },
                                                            "end": {
                                                                "line": 1,
                                                                "column": 9
                                                            }
                                                        },
                                                        "type": "Literal",
                                                        "value": 3,
                                                        "raw": "3"
                                                    },
                                                    "right": {
                                                        "range": [
                                                            12,
                                                            13
                                                        ],
                                                        "loc": {
                                                            "start": {
                                                                "line": 1,
                                                                "column": 12
                                                            },
                                                            "end": {
                                                                "line": 1,
                                                                "column": 13
                                                            }
                                                        },
                                                        "type": "Literal",
                                                        "value": 4,
                                                        "raw": "4"
                                                    }
                                                },
                                                "right": {
                                                    "range": [
                                                        16,
                                                        17
                                                    ],
                                                    "loc": {
                                                        "start": {
                                                            "line": 1,
                                                            "column": 16
                                                        },
                                                        "end": {
                                                            "line": 1,
                                                            "column": 17
                                                        }
                                                    },
                                                    "type": "Literal",
                                                    "value": 5,
                                                    "raw": "5"
                                                }
                                            },
                                            "right": {
                                                "range": [
                                                    20,
                                                    21
                                                ],
                                                "loc": {
                                                    "start": {
                                                        "line": 1,
                                                        "column": 20
                                                    },
                                                    "end": {
                                                        "line": 1,
                                                        "column": 21
                                                    }
                                                },
                                                "type": "Literal",
                                                "value": 6,
                                                "raw": "6"
                                            }
                                        }
                                    },
                                    "right": {
                                        "range": [
                                            25,
                                            26
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 1,
                                                "column": 25
                                            },
                                            "end": {
                                                "line": 1,
                                                "column": 26
                                            }
                                        },
                                        "type": "Literal",
                                        "value": 7,
                                        "raw": "7"
                                    }
                                },
                                "right": {
                                    "range": [
                                        30,
                                        31
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 1,
                                            "column": 30
                                        },
                                        "end": {
                                            "line": 1,
                                            "column": 31
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 8,
                                    "raw": "8"
                                }
                            },
                            "right": {
                                "range": [
                                    36,
                                    37
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 36
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 37
                                    }
                                },
                                "type": "Literal",
                                "value": 9,
                                "raw": "9"
                            }
                        },
                        "consequent": {
                            "range": [
                                40,
                                45
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 40
                                },
                                "end": {
                                    "line": 1,
                                    "column": 45
                                }
                            },
                            "type": "BinaryExpression",
                            "operator": "^",
                            "left": {
                                "range": [
                                    40,
                                    41
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 40
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 41
                                    }
                                },
                                "type": "Literal",
                                "value": 1,
                                "raw": "1"
                            },
                            "right": {
                                "range": [
                                    44,
                                    45
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 44
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 45
                                    }
                                },
                                "type": "Literal",
                                "value": 1,
                                "raw": "1"
                            }
                        },
                        "alternate": {
                            "range": [
                                48,
                                54
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 48
                                },
                                "end": {
                                    "line": 1,
                                    "column": 54
                                }
                            },
                            "type": "BinaryExpression",
                            "operator": "-",
                            "left": {
                                "range": [
                                    48,
                                    50
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 48
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 50
                                    }
                                },
                                "type": "UnaryExpression",
                                "operator": "~",
                                "argument": {
                                    "range": [
                                        49,
                                        50
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 1,
                                            "column": 49
                                        },
                                        "end": {
                                            "line": 1,
                                            "column": 50
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1"
                                },
                                "prefix": true
                            },
                            "right": {
                                "range": [
                                    53,
                                    54
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 53
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 54
                                    }
                                },
                                "type": "Literal",
                                "value": 1,
                                "raw": "1"
                            }
                        }
                    },
                    {
                        "range": [
                            56,
                            57
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 56
                            },
                            "end": {
                                "line": 1,
                                "column": 57
                            }
                        },
                        "type": "Literal",
                        "value": 2,
                        "raw": "2"
                    },
                    {
                        "range": [
                            59,
                            60
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 59
                            },
                            "end": {
                                "line": 1,
                                "column": 60
                            }
                        },
                        "type": "Literal",
                        "value": 3,
                        "raw": "3"
                    }
                ]
            }
        }
    ]
}