1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "ExpressionStatement", 6 "expression": { 7 "type": "AssignmentExpression", 8 "operator": "=", 9 "left": { 10 "type": "Identifier", 11 "name": "a", 12 "loc": { 13 "start": { 14 "line": 17, 15 "column": 1 16 }, 17 "end": { 18 "line": 17, 19 "column": 2 20 } 21 } 22 }, 23 "right": { 24 "type": "AssignmentExpression", 25 "operator": "=", 26 "left": { 27 "type": "Identifier", 28 "name": "b", 29 "loc": { 30 "start": { 31 "line": 17, 32 "column": 5 33 }, 34 "end": { 35 "line": 17, 36 "column": 6 37 } 38 } 39 }, 40 "right": { 41 "type": "NullLiteral", 42 "value": null, 43 "loc": { 44 "start": { 45 "line": 17, 46 "column": 9 47 }, 48 "end": { 49 "line": 17, 50 "column": 13 51 } 52 } 53 }, 54 "loc": { 55 "start": { 56 "line": 17, 57 "column": 5 58 }, 59 "end": { 60 "line": 17, 61 "column": 13 62 } 63 } 64 }, 65 "loc": { 66 "start": { 67 "line": 17, 68 "column": 1 69 }, 70 "end": { 71 "line": 17, 72 "column": 13 73 } 74 } 75 }, 76 "loc": { 77 "start": { 78 "line": 17, 79 "column": 1 80 }, 81 "end": { 82 "line": 17, 83 "column": 14 84 } 85 } 86 }, 87 { 88 "type": "ExpressionStatement", 89 "expression": { 90 "type": "AssignmentExpression", 91 "operator": "*=", 92 "left": { 93 "type": "Identifier", 94 "name": "b", 95 "loc": { 96 "start": { 97 "line": 18, 98 "column": 1 99 }, 100 "end": { 101 "line": 18, 102 "column": 2 103 } 104 } 105 }, 106 "right": { 107 "type": "NumberLiteral", 108 "value": 2.23, 109 "loc": { 110 "start": { 111 "line": 18, 112 "column": 6 113 }, 114 "end": { 115 "line": 18, 116 "column": 10 117 } 118 } 119 }, 120 "loc": { 121 "start": { 122 "line": 18, 123 "column": 1 124 }, 125 "end": { 126 "line": 18, 127 "column": 10 128 } 129 } 130 }, 131 "loc": { 132 "start": { 133 "line": 18, 134 "column": 1 135 }, 136 "end": { 137 "line": 18, 138 "column": 11 139 } 140 } 141 }, 142 { 143 "type": "ExpressionStatement", 144 "expression": { 145 "type": "AssignmentExpression", 146 "operator": "/=", 147 "left": { 148 "type": "Identifier", 149 "name": "c", 150 "loc": { 151 "start": { 152 "line": 19, 153 "column": 1 154 }, 155 "end": { 156 "line": 19, 157 "column": 2 158 } 159 } 160 }, 161 "right": { 162 "type": "NumberLiteral", 163 "value": 33, 164 "loc": { 165 "start": { 166 "line": 19, 167 "column": 6 168 }, 169 "end": { 170 "line": 19, 171 "column": 10 172 } 173 } 174 }, 175 "loc": { 176 "start": { 177 "line": 19, 178 "column": 1 179 }, 180 "end": { 181 "line": 19, 182 "column": 10 183 } 184 } 185 }, 186 "loc": { 187 "start": { 188 "line": 19, 189 "column": 1 190 }, 191 "end": { 192 "line": 19, 193 "column": 11 194 } 195 } 196 }, 197 { 198 "type": "ExpressionStatement", 199 "expression": { 200 "type": "AssignmentExpression", 201 "operator": "%=", 202 "left": { 203 "type": "Identifier", 204 "name": "a", 205 "loc": { 206 "start": { 207 "line": 20, 208 "column": 1 209 }, 210 "end": { 211 "line": 20, 212 "column": 2 213 } 214 } 215 }, 216 "right": { 217 "type": "NumberLiteral", 218 "value": 2, 219 "loc": { 220 "start": { 221 "line": 20, 222 "column": 6 223 }, 224 "end": { 225 "line": 20, 226 "column": 7 227 } 228 } 229 }, 230 "loc": { 231 "start": { 232 "line": 20, 233 "column": 1 234 }, 235 "end": { 236 "line": 20, 237 "column": 7 238 } 239 } 240 }, 241 "loc": { 242 "start": { 243 "line": 20, 244 "column": 1 245 }, 246 "end": { 247 "line": 20, 248 "column": 8 249 } 250 } 251 }, 252 { 253 "type": "ExpressionStatement", 254 "expression": { 255 "type": "AssignmentExpression", 256 "operator": "=", 257 "left": { 258 "type": "Identifier", 259 "name": "b", 260 "loc": { 261 "start": { 262 "line": 21, 263 "column": 1 264 }, 265 "end": { 266 "line": 21, 267 "column": 2 268 } 269 } 270 }, 271 "right": { 272 "type": "BooleanLiteral", 273 "value": false, 274 "loc": { 275 "start": { 276 "line": 21, 277 "column": 5 278 }, 279 "end": { 280 "line": 21, 281 "column": 10 282 } 283 } 284 }, 285 "loc": { 286 "start": { 287 "line": 21, 288 "column": 1 289 }, 290 "end": { 291 "line": 21, 292 "column": 10 293 } 294 } 295 }, 296 "loc": { 297 "start": { 298 "line": 21, 299 "column": 1 300 }, 301 "end": { 302 "line": 21, 303 "column": 11 304 } 305 } 306 }, 307 { 308 "type": "ExpressionStatement", 309 "expression": { 310 "type": "AssignmentExpression", 311 "operator": "+=", 312 "left": { 313 "type": "Identifier", 314 "name": "a", 315 "loc": { 316 "start": { 317 "line": 22, 318 "column": 1 319 }, 320 "end": { 321 "line": 22, 322 "column": 2 323 } 324 } 325 }, 326 "right": { 327 "type": "StringLiteral", 328 "value": "dsfdsfdsf", 329 "loc": { 330 "start": { 331 "line": 22, 332 "column": 7 333 }, 334 "end": { 335 "line": 22, 336 "column": 18 337 } 338 } 339 }, 340 "loc": { 341 "start": { 342 "line": 22, 343 "column": 1 344 }, 345 "end": { 346 "line": 22, 347 "column": 18 348 } 349 } 350 }, 351 "loc": { 352 "start": { 353 "line": 22, 354 "column": 1 355 }, 356 "end": { 357 "line": 22, 358 "column": 18 359 } 360 } 361 }, 362 { 363 "type": "ExpressionStatement", 364 "expression": { 365 "type": "AssignmentExpression", 366 "operator": "-=", 367 "left": { 368 "type": "Identifier", 369 "name": "a", 370 "loc": { 371 "start": { 372 "line": 23, 373 "column": 1 374 }, 375 "end": { 376 "line": 23, 377 "column": 2 378 } 379 } 380 }, 381 "right": { 382 "type": "StringLiteral", 383 "value": "dfsd", 384 "loc": { 385 "start": { 386 "line": 23, 387 "column": 5 388 }, 389 "end": { 390 "line": 23, 391 "column": 11 392 } 393 } 394 }, 395 "loc": { 396 "start": { 397 "line": 23, 398 "column": 1 399 }, 400 "end": { 401 "line": 23, 402 "column": 11 403 } 404 } 405 }, 406 "loc": { 407 "start": { 408 "line": 23, 409 "column": 1 410 }, 411 "end": { 412 "line": 23, 413 "column": 11 414 } 415 } 416 }, 417 { 418 "type": "ExpressionStatement", 419 "expression": { 420 "type": "AssignmentExpression", 421 "operator": "<<=", 422 "left": { 423 "type": "Identifier", 424 "name": "a", 425 "loc": { 426 "start": { 427 "line": 24, 428 "column": 1 429 }, 430 "end": { 431 "line": 24, 432 "column": 2 433 } 434 } 435 }, 436 "right": { 437 "type": "NumberLiteral", 438 "value": 2, 439 "loc": { 440 "start": { 441 "line": 24, 442 "column": 7 443 }, 444 "end": { 445 "line": 24, 446 "column": 8 447 } 448 } 449 }, 450 "loc": { 451 "start": { 452 "line": 24, 453 "column": 1 454 }, 455 "end": { 456 "line": 24, 457 "column": 8 458 } 459 } 460 }, 461 "loc": { 462 "start": { 463 "line": 24, 464 "column": 1 465 }, 466 "end": { 467 "line": 24, 468 "column": 8 469 } 470 } 471 }, 472 { 473 "type": "ExpressionStatement", 474 "expression": { 475 "type": "AssignmentExpression", 476 "operator": ">>=", 477 "left": { 478 "type": "Identifier", 479 "name": "b", 480 "loc": { 481 "start": { 482 "line": 25, 483 "column": 1 484 }, 485 "end": { 486 "line": 25, 487 "column": 2 488 } 489 } 490 }, 491 "right": { 492 "type": "NumberLiteral", 493 "value": 3, 494 "loc": { 495 "start": { 496 "line": 25, 497 "column": 7 498 }, 499 "end": { 500 "line": 25, 501 "column": 8 502 } 503 } 504 }, 505 "loc": { 506 "start": { 507 "line": 25, 508 "column": 1 509 }, 510 "end": { 511 "line": 25, 512 "column": 8 513 } 514 } 515 }, 516 "loc": { 517 "start": { 518 "line": 25, 519 "column": 1 520 }, 521 "end": { 522 "line": 25, 523 "column": 8 524 } 525 } 526 }, 527 { 528 "type": "ExpressionStatement", 529 "expression": { 530 "type": "AssignmentExpression", 531 "operator": "<<=", 532 "left": { 533 "type": "Identifier", 534 "name": "c", 535 "loc": { 536 "start": { 537 "line": 26, 538 "column": 1 539 }, 540 "end": { 541 "line": 26, 542 "column": 2 543 } 544 } 545 }, 546 "right": { 547 "type": "NumberLiteral", 548 "value": 4, 549 "loc": { 550 "start": { 551 "line": 26, 552 "column": 7 553 }, 554 "end": { 555 "line": 26, 556 "column": 8 557 } 558 } 559 }, 560 "loc": { 561 "start": { 562 "line": 26, 563 "column": 1 564 }, 565 "end": { 566 "line": 26, 567 "column": 8 568 } 569 } 570 }, 571 "loc": { 572 "start": { 573 "line": 26, 574 "column": 1 575 }, 576 "end": { 577 "line": 26, 578 "column": 8 579 } 580 } 581 }, 582 { 583 "type": "ExpressionStatement", 584 "expression": { 585 "type": "AssignmentExpression", 586 "operator": "&=", 587 "left": { 588 "type": "Identifier", 589 "name": "a", 590 "loc": { 591 "start": { 592 "line": 27, 593 "column": 1 594 }, 595 "end": { 596 "line": 27, 597 "column": 2 598 } 599 } 600 }, 601 "right": { 602 "type": "NumberLiteral", 603 "value": 0, 604 "loc": { 605 "start": { 606 "line": 27, 607 "column": 6 608 }, 609 "end": { 610 "line": 27, 611 "column": 7 612 } 613 } 614 }, 615 "loc": { 616 "start": { 617 "line": 27, 618 "column": 1 619 }, 620 "end": { 621 "line": 27, 622 "column": 7 623 } 624 } 625 }, 626 "loc": { 627 "start": { 628 "line": 27, 629 "column": 1 630 }, 631 "end": { 632 "line": 27, 633 "column": 8 634 } 635 } 636 }, 637 { 638 "type": "ExpressionStatement", 639 "expression": { 640 "type": "AssignmentExpression", 641 "operator": "^=", 642 "left": { 643 "type": "Identifier", 644 "name": "a", 645 "loc": { 646 "start": { 647 "line": 28, 648 "column": 1 649 }, 650 "end": { 651 "line": 28, 652 "column": 2 653 } 654 } 655 }, 656 "right": { 657 "type": "NumberLiteral", 658 "value": 2, 659 "loc": { 660 "start": { 661 "line": 28, 662 "column": 6 663 }, 664 "end": { 665 "line": 28, 666 "column": 7 667 } 668 } 669 }, 670 "loc": { 671 "start": { 672 "line": 28, 673 "column": 1 674 }, 675 "end": { 676 "line": 28, 677 "column": 7 678 } 679 } 680 }, 681 "loc": { 682 "start": { 683 "line": 28, 684 "column": 1 685 }, 686 "end": { 687 "line": 28, 688 "column": 7 689 } 690 } 691 }, 692 { 693 "type": "ExpressionStatement", 694 "expression": { 695 "type": "AssignmentExpression", 696 "operator": "|=", 697 "left": { 698 "type": "Identifier", 699 "name": "a", 700 "loc": { 701 "start": { 702 "line": 29, 703 "column": 1 704 }, 705 "end": { 706 "line": 29, 707 "column": 2 708 } 709 } 710 }, 711 "right": { 712 "type": "NumberLiteral", 713 "value": 21, 714 "loc": { 715 "start": { 716 "line": 29, 717 "column": 6 718 }, 719 "end": { 720 "line": 29, 721 "column": 8 722 } 723 } 724 }, 725 "loc": { 726 "start": { 727 "line": 29, 728 "column": 1 729 }, 730 "end": { 731 "line": 29, 732 "column": 8 733 } 734 } 735 }, 736 "loc": { 737 "start": { 738 "line": 29, 739 "column": 1 740 }, 741 "end": { 742 "line": 29, 743 "column": 8 744 } 745 } 746 }, 747 { 748 "type": "ExpressionStatement", 749 "expression": { 750 "type": "AssignmentExpression", 751 "operator": "**=", 752 "left": { 753 "type": "Identifier", 754 "name": "a", 755 "loc": { 756 "start": { 757 "line": 30, 758 "column": 1 759 }, 760 "end": { 761 "line": 30, 762 "column": 2 763 } 764 } 765 }, 766 "right": { 767 "type": "NumberLiteral", 768 "value": 12, 769 "loc": { 770 "start": { 771 "line": 30, 772 "column": 7 773 }, 774 "end": { 775 "line": 30, 776 "column": 9 777 } 778 } 779 }, 780 "loc": { 781 "start": { 782 "line": 30, 783 "column": 1 784 }, 785 "end": { 786 "line": 30, 787 "column": 9 788 } 789 } 790 }, 791 "loc": { 792 "start": { 793 "line": 30, 794 "column": 1 795 }, 796 "end": { 797 "line": 30, 798 "column": 9 799 } 800 } 801 } 802 ], 803 "loc": { 804 "start": { 805 "line": 1, 806 "column": 1 807 }, 808 "end": { 809 "line": 30, 810 "column": 9 811 } 812 } 813} 814