{
    "range": [
        0,
        94
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 11,
            "column": 8
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                10
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 10
                }
            },
            "type": "VariableDeclaration",
            "declarations": [
                {
                    "range": [
                        4,
                        9
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 4
                        },
                        "end": {
                            "line": 1,
                            "column": 9
                        }
                    },
                    "type": "VariableDeclarator",
                    "id": {
                        "range": [
                            4,
                            5
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 4
                            },
                            "end": {
                                "line": 1,
                                "column": 5
                            }
                        },
                        "type": "Identifier",
                        "name": "a"
                    },
                    "init": {
                        "range": [
                            8,
                            9
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 1,
                                "column": 9
                            }
                        },
                        "type": "Literal",
                        "value": 1,
                        "raw": "1"
                    }
                }
            ],
            "kind": "var"
        },
        {
            "range": [
                11,
                18
            ],
            "loc": {
                "start": {
                    "line": 2,
                    "column": 0
                },
                "end": {
                    "line": 2,
                    "column": 7
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    11,
                    17
                ],
                "loc": {
                    "start": {
                        "line": 2,
                        "column": 0
                    },
                    "end": {
                        "line": 2,
                        "column": 6
                    }
                },
                "type": "AssignmentExpression",
                "operator": "-=",
                "left": {
                    "range": [
                        11,
                        12
                    ],
                    "loc": {
                        "start": {
                            "line": 2,
                            "column": 0
                        },
                        "end": {
                            "line": 2,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "right": {
                    "range": [
                        16,
                        17
                    ],
                    "loc": {
                        "start": {
                            "line": 2,
                            "column": 5
                        },
                        "end": {
                            "line": 2,
                            "column": 6
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                }
            }
        },
        {
            "range": [
                19,
                26
            ],
            "loc": {
                "start": {
                    "line": 3,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 7
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    19,
                    25
                ],
                "loc": {
                    "start": {
                        "line": 3,
                        "column": 0
                    },
                    "end": {
                        "line": 3,
                        "column": 6
                    }
                },
                "type": "AssignmentExpression",
                "operator": "+=",
                "left": {
                    "range": [
                        19,
                        20
                    ],
                    "loc": {
                        "start": {
                            "line": 3,
                            "column": 0
                        },
                        "end": {
                            "line": 3,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "right": {
                    "range": [
                        24,
                        25
                    ],
                    "loc": {
                        "start": {
                            "line": 3,
                            "column": 5
                        },
                        "end": {
                            "line": 3,
                            "column": 6
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                }
            }
        },
        {
            "range": [
                27,
                34
            ],
            "loc": {
                "start": {
                    "line": 4,
                    "column": 0
                },
                "end": {
                    "line": 4,
                    "column": 7
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    27,
                    33
                ],
                "loc": {
                    "start": {
                        "line": 4,
                        "column": 0
                    },
                    "end": {
                        "line": 4,
                        "column": 6
                    }
                },
                "type": "AssignmentExpression",
                "operator": "*=",
                "left": {
                    "range": [
                        27,
                        28
                    ],
                    "loc": {
                        "start": {
                            "line": 4,
                            "column": 0
                        },
                        "end": {
                            "line": 4,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "right": {
                    "range": [
                        32,
                        33
                    ],
                    "loc": {
                        "start": {
                            "line": 4,
                            "column": 5
                        },
                        "end": {
                            "line": 4,
                            "column": 6
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                }
            }
        },
        {
            "range": [
                35,
                42
            ],
            "loc": {
                "start": {
                    "line": 5,
                    "column": 0
                },
                "end": {
                    "line": 5,
                    "column": 7
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    35,
                    41
                ],
                "loc": {
                    "start": {
                        "line": 5,
                        "column": 0
                    },
                    "end": {
                        "line": 5,
                        "column": 6
                    }
                },
                "type": "AssignmentExpression",
                "operator": "%=",
                "left": {
                    "range": [
                        35,
                        36
                    ],
                    "loc": {
                        "start": {
                            "line": 5,
                            "column": 0
                        },
                        "end": {
                            "line": 5,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "right": {
                    "range": [
                        40,
                        41
                    ],
                    "loc": {
                        "start": {
                            "line": 5,
                            "column": 5
                        },
                        "end": {
                            "line": 5,
                            "column": 6
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                }
            }
        },
        {
            "range": [
                43,
                50
            ],
            "loc": {
                "start": {
                    "line": 6,
                    "column": 0
                },
                "end": {
                    "line": 6,
                    "column": 7
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    43,
                    49
                ],
                "loc": {
                    "start": {
                        "line": 6,
                        "column": 0
                    },
                    "end": {
                        "line": 6,
                        "column": 6
                    }
                },
                "type": "AssignmentExpression",
                "operator": "/=",
                "left": {
                    "range": [
                        43,
                        44
                    ],
                    "loc": {
                        "start": {
                            "line": 6,
                            "column": 0
                        },
                        "end": {
                            "line": 6,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "right": {
                    "range": [
                        48,
                        49
                    ],
                    "loc": {
                        "start": {
                            "line": 6,
                            "column": 5
                        },
                        "end": {
                            "line": 6,
                            "column": 6
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                }
            }
        },
        {
            "range": [
                51,
                58
            ],
            "loc": {
                "start": {
                    "line": 7,
                    "column": 0
                },
                "end": {
                    "line": 7,
                    "column": 7
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    51,
                    57
                ],
                "loc": {
                    "start": {
                        "line": 7,
                        "column": 0
                    },
                    "end": {
                        "line": 7,
                        "column": 6
                    }
                },
                "type": "AssignmentExpression",
                "operator": "&=",
                "left": {
                    "range": [
                        51,
                        52
                    ],
                    "loc": {
                        "start": {
                            "line": 7,
                            "column": 0
                        },
                        "end": {
                            "line": 7,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "right": {
                    "range": [
                        56,
                        57
                    ],
                    "loc": {
                        "start": {
                            "line": 7,
                            "column": 5
                        },
                        "end": {
                            "line": 7,
                            "column": 6
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                }
            }
        },
        {
            "range": [
                59,
                66
            ],
            "loc": {
                "start": {
                    "line": 8,
                    "column": 0
                },
                "end": {
                    "line": 8,
                    "column": 7
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    59,
                    65
                ],
                "loc": {
                    "start": {
                        "line": 8,
                        "column": 0
                    },
                    "end": {
                        "line": 8,
                        "column": 6
                    }
                },
                "type": "AssignmentExpression",
                "operator": "|=",
                "left": {
                    "range": [
                        59,
                        60
                    ],
                    "loc": {
                        "start": {
                            "line": 8,
                            "column": 0
                        },
                        "end": {
                            "line": 8,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "right": {
                    "range": [
                        64,
                        65
                    ],
                    "loc": {
                        "start": {
                            "line": 8,
                            "column": 5
                        },
                        "end": {
                            "line": 8,
                            "column": 6
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                }
            }
        },
        {
            "range": [
                67,
                75
            ],
            "loc": {
                "start": {
                    "line": 9,
                    "column": 0
                },
                "end": {
                    "line": 9,
                    "column": 8
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    67,
                    74
                ],
                "loc": {
                    "start": {
                        "line": 9,
                        "column": 0
                    },
                    "end": {
                        "line": 9,
                        "column": 7
                    }
                },
                "type": "AssignmentExpression",
                "operator": ">>=",
                "left": {
                    "range": [
                        67,
                        68
                    ],
                    "loc": {
                        "start": {
                            "line": 9,
                            "column": 0
                        },
                        "end": {
                            "line": 9,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "right": {
                    "range": [
                        73,
                        74
                    ],
                    "loc": {
                        "start": {
                            "line": 9,
                            "column": 6
                        },
                        "end": {
                            "line": 9,
                            "column": 7
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                }
            }
        },
        {
            "range": [
                76,
                85
            ],
            "loc": {
                "start": {
                    "line": 10,
                    "column": 0
                },
                "end": {
                    "line": 10,
                    "column": 9
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    76,
                    84
                ],
                "loc": {
                    "start": {
                        "line": 10,
                        "column": 0
                    },
                    "end": {
                        "line": 10,
                        "column": 8
                    }
                },
                "type": "AssignmentExpression",
                "operator": ">>>=",
                "left": {
                    "range": [
                        76,
                        77
                    ],
                    "loc": {
                        "start": {
                            "line": 10,
                            "column": 0
                        },
                        "end": {
                            "line": 10,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "right": {
                    "range": [
                        83,
                        84
                    ],
                    "loc": {
                        "start": {
                            "line": 10,
                            "column": 7
                        },
                        "end": {
                            "line": 10,
                            "column": 8
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                }
            }
        },
        {
            "range": [
                86,
                94
            ],
            "loc": {
                "start": {
                    "line": 11,
                    "column": 0
                },
                "end": {
                    "line": 11,
                    "column": 8
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    86,
                    93
                ],
                "loc": {
                    "start": {
                        "line": 11,
                        "column": 0
                    },
                    "end": {
                        "line": 11,
                        "column": 7
                    }
                },
                "type": "AssignmentExpression",
                "operator": "<<=",
                "left": {
                    "range": [
                        86,
                        87
                    ],
                    "loc": {
                        "start": {
                            "line": 11,
                            "column": 0
                        },
                        "end": {
                            "line": 11,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "right": {
                    "range": [
                        92,
                        93
                    ],
                    "loc": {
                        "start": {
                            "line": 11,
                            "column": 6
                        },
                        "end": {
                            "line": 11,
                            "column": 7
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                }
            }
        }
    ]
}