File size: 134,262 Bytes
da97b7d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 |
{"source": "Rules: + Z = X | Substitutions: X by \" horse \" , Z by \" blueberry \"", "target": "+ blueberry = horse"}
{"source": "Rules: Y + Y + Y = | Substitutions: Y by \" grape \"", "target": "grape + grape + grape ="}
{"source": "Rules: Y * Z Y - | Substitutions: Y by \" pear \" , Z by \" blueberry \"", "target": "pear * blueberry pear -"}
{"source": "Rules: Y X = Y - | Substitutions: X by \" whale \" , Y by \" stork \"", "target": "stork whale = stork -"}
{"source": "Rules: Y Y - = + Y | Substitutions: Y by \" penguin peach \"", "target": "penguin peach penguin peach - = + penguin peach"}
{"source": "Rules: + Z Y - = | Substitutions: Y by \" blueberry \" , Z by \" apple seal \"", "target": "+ apple seal blueberry - ="}
{"source": "Rules: = X Z = + | Substitutions: X by \" stork \" , Z by \" shark \"", "target": "= stork shark = +"}
{"source": "Rules: - Y X Z = | Substitutions: X by \" zebra \" , Y by \" shark \" , Z by \" peach \"", "target": "- shark zebra peach ="}
{"source": "Rules: = Y * + Z | Substitutions: Y by \" shark buffalo \" , Z by \" watermelon \"", "target": "= shark buffalo * + watermelon"}
{"source": "Rules: - - Y + Z | Substitutions: Y by \" rat rat \" , Z by \" horse buffalo \"", "target": "- - rat rat + horse buffalo"}
{"source": "Rules: = Z X - | Substitutions: X by \" zebra \" , Z by \" eagle \"", "target": "= eagle zebra -"}
{"source": "Rules: - = Y = X | Substitutions: X by \" grape \" , Y by \" grape \"", "target": "- = grape = grape"}
{"source": "Rules: X = + Z - X | Substitutions: X by \" grape \" , Z by \" lion \"", "target": "grape = + lion - grape"}
{"source": "Rules: * = Z X | Substitutions: X by \" penguin pear \" , Z by \" stork pear \"", "target": "* = stork pear penguin pear"}
{"source": "Rules: = + X Y Z | Substitutions: X by \" eagle stork \" , Y by \" banana \" , Z by \" banana strawberry \"", "target": "= + eagle stork banana banana strawberry"}
{"source": "Rules: Z Z * + | Substitutions: Z by \" blackberry zebra \"", "target": "blackberry zebra blackberry zebra * +"}
{"source": "Rules: Y - = Y | Substitutions: Y by \" kiwi \"", "target": "kiwi - = kiwi"}
{"source": "Rules: X + Z Y = | Substitutions: X by \" strawberry whale \" , Y by \" stork \" , Z by \" zebra \"", "target": "strawberry whale + zebra stork ="}
{"source": "Rules: * * Z Y - | Substitutions: Y by \" zebra \" , Z by \" banana \"", "target": "* * banana zebra -"}
{"source": "Rules: Y X * - X + | Substitutions: X by \" blueberry stork \" , Y by \" zebra strawberry \"", "target": "zebra strawberry blueberry stork * - blueberry stork +"}
{"source": "Rules: Y - X - Y | Substitutions: X by \" watermelon blackberry \" , Y by \" cobra \"", "target": "cobra - watermelon blackberry - cobra"}
{"source": "Rules: * X + = Z | Substitutions: X by \" apple buffalo \" , Z by \" penguin \"", "target": "* apple buffalo + = penguin"}
{"source": "Rules: * Y Z = Y | Substitutions: Y by \" pear blackberry \" , Z by \" blackberry grape \"", "target": "* pear blackberry blackberry grape = pear blackberry"}
{"source": "Rules: = X + X = | Substitutions: X by \" apple strawberry \"", "target": "= apple strawberry + apple strawberry ="}
{"source": "Rules: Y * - - X | Substitutions: X by \" shark blueberry \" , Y by \" seal rat \"", "target": "seal rat * - - shark blueberry"}
{"source": "Rules: + X Y Y + + | Substitutions: X by \" rat \" , Y by \" banana pear \"", "target": "+ rat banana pear banana pear + +"}
{"source": "Rules: X X Z = - - | Substitutions: X by \" blueberry buffalo \" , Z by \" zebra shark \"", "target": "blueberry buffalo blueberry buffalo zebra shark = - -"}
{"source": "Rules: Y Y = - Z | Substitutions: Y by \" banana banana \" , Z by \" cobra \"", "target": "banana banana banana banana = - cobra"}
{"source": "Rules: X * * X | Substitutions: X by \" whale \"", "target": "whale * * whale"}
{"source": "Rules: * X + - Z | Substitutions: X by \" whale eagle \" , Z by \" cobra pear \"", "target": "* whale eagle + - cobra pear"}
{"source": "Rules: = + X Z + | Substitutions: X by \" stork \" , Z by \" stork \"", "target": "= + stork stork +"}
{"source": "Rules: * + Y + X Z | Substitutions: X by \" strawberry \" , Y by \" blackberry apple \" , Z by \" pear \"", "target": "* + blackberry apple + strawberry pear"}
{"source": "Rules: + Z Y * Z = | Substitutions: Y by \" blueberry \" , Z by \" blueberry banana \"", "target": "+ blueberry banana blueberry * blueberry banana ="}
{"source": "Rules: Z - Y + Y | Substitutions: Y by \" kiwi \" , Z by \" rat \"", "target": "rat - kiwi + kiwi"}
{"source": "Rules: - = + Z Y | Substitutions: Y by \" shark shark \" , Z by \" pear whale \"", "target": "- = + pear whale shark shark"}
{"source": "Rules: = Z = X | Substitutions: X by \" rat \" , Z by \" buffalo eagle \"", "target": "= buffalo eagle = rat"}
{"source": "Rules: Y = Y = = | Substitutions: Y by \" stork \"", "target": "stork = stork = ="}
{"source": "Rules: - Y X - | Substitutions: X by \" watermelon \" , Y by \" banana \"", "target": "- banana watermelon -"}
{"source": "Rules: + * X + Z | Substitutions: X by \" banana \" , Z by \" horse \"", "target": "+ * banana + horse"}
{"source": "Rules: Y Y = X - - | Substitutions: X by \" blackberry grape \" , Y by \" zebra \"", "target": "zebra zebra = blackberry grape - -"}
{"source": "Rules: X - + Y | Substitutions: X by \" watermelon \" , Y by \" cobra \"", "target": "watermelon - + cobra"}
{"source": "Rules: * + X Z Y | Substitutions: X by \" grape \" , Y by \" zebra \" , Z by \" seal stork \"", "target": "* + grape seal stork zebra"}
{"source": "Rules: X - X Z * | Substitutions: X by \" eagle \" , Z by \" pear grape \"", "target": "eagle - eagle pear grape *"}
{"source": "Rules: = X - Z | Substitutions: X by \" cobra whale \" , Z by \" cobra \"", "target": "= cobra whale - cobra"}
{"source": "Rules: - X Y + * X | Substitutions: X by \" pear \" , Y by \" lion \"", "target": "- pear lion + * pear"}
{"source": "Rules: Z - = Z Z | Substitutions: Z by \" eagle \"", "target": "eagle - = eagle eagle"}
{"source": "Rules: + Y X + - | Substitutions: X by \" blueberry cobra \" , Y by \" horse \"", "target": "+ horse blueberry cobra + -"}
{"source": "Rules: X * Z = | Substitutions: X by \" penguin whale \" , Z by \" stork stork \"", "target": "penguin whale * stork stork ="}
{"source": "Rules: - = X X + | Substitutions: X by \" rat \"", "target": "- = rat rat +"}
{"source": "Rules: + * Y Y | Substitutions: Y by \" blackberry \"", "target": "+ * blackberry blackberry"}
{"source": "Rules: + X = = X | Substitutions: X by \" watermelon \"", "target": "+ watermelon = = watermelon"}
{"source": "Rules: Z Y + - Y - | Substitutions: Y by \" watermelon \" , Z by \" peach \"", "target": "peach watermelon + - watermelon -"}
{"source": "Rules: Z Y Z = + | Substitutions: Y by \" grape \" , Z by \" blackberry \"", "target": "blackberry grape blackberry = +"}
{"source": "Rules: Y Z - + | Substitutions: Y by \" watermelon whale \" , Z by \" grape rat \"", "target": "watermelon whale grape rat - +"}
{"source": "Rules: Z Y * - Y + | Substitutions: Y by \" lion \" , Z by \" banana penguin \"", "target": "banana penguin lion * - lion +"}
{"source": "Rules: Z - = * X | Substitutions: X by \" lion \" , Z by \" grape lion \"", "target": "grape lion - = * lion"}
{"source": "Rules: - Z Y X + - | Substitutions: X by \" rat \" , Y by \" zebra \" , Z by \" peach lion \"", "target": "- peach lion zebra rat + -"}
{"source": "Rules: = X + - Y | Substitutions: X by \" cobra strawberry \" , Y by \" shark \"", "target": "= cobra strawberry + - shark"}
{"source": "Rules: - Z * Y | Substitutions: Y by \" rat kiwi \" , Z by \" blueberry horse \"", "target": "- blueberry horse * rat kiwi"}
{"source": "Rules: + Y * X + | Substitutions: X by \" shark \" , Y by \" peach \"", "target": "+ peach * shark +"}
{"source": "Rules: Y Z - + Z | Substitutions: Y by \" cobra \" , Z by \" blueberry whale \"", "target": "cobra blueberry whale - + blueberry whale"}
{"source": "Rules: Z = Z - Z = | Substitutions: Z by \" penguin \"", "target": "penguin = penguin - penguin ="}
{"source": "Rules: * * X X | Substitutions: X by \" cobra eagle \"", "target": "* * cobra eagle cobra eagle"}
{"source": "Rules: * Y Y * | Substitutions: Y by \" watermelon whale \"", "target": "* watermelon whale watermelon whale *"}
{"source": "Rules: Z X Y * * | Substitutions: X by \" shark \" , Y by \" horse eagle \" , Z by \" lion lion \"", "target": "lion lion shark horse eagle * *"}
{"source": "Rules: = X Y = X | Substitutions: X by \" whale \" , Y by \" eagle \"", "target": "= whale eagle = whale"}
{"source": "Rules: + Z Y X - | Substitutions: X by \" blackberry zebra \" , Y by \" blackberry \" , Z by \" pear \"", "target": "+ pear blackberry blackberry zebra -"}
{"source": "Rules: Y * X X * | Substitutions: X by \" cobra buffalo \" , Y by \" cobra grape \"", "target": "cobra grape * cobra buffalo cobra buffalo *"}
{"source": "Rules: Z = Y + X | Substitutions: X by \" kiwi blueberry \" , Y by \" buffalo \" , Z by \" strawberry \"", "target": "strawberry = buffalo + kiwi blueberry"}
{"source": "Rules: * X * X * | Substitutions: X by \" apple \"", "target": "* apple * apple *"}
{"source": "Rules: * X - Z * Y | Substitutions: X by \" pear penguin \" , Y by \" whale \" , Z by \" buffalo \"", "target": "* pear penguin - buffalo * whale"}
{"source": "Rules: X X * * | Substitutions: X by \" whale \"", "target": "whale whale * *"}
{"source": "Rules: Z - X = * | Substitutions: X by \" peach horse \" , Z by \" penguin strawberry \"", "target": "penguin strawberry - peach horse = *"}
{"source": "Rules: Y * - Z | Substitutions: Y by \" banana \" , Z by \" pear \"", "target": "banana * - pear"}
{"source": "Rules: Z Y * - | Substitutions: Y by \" shark shark \" , Z by \" seal cobra \"", "target": "seal cobra shark shark * -"}
{"source": "Rules: = * - Y X Y | Substitutions: X by \" whale \" , Y by \" apple buffalo \"", "target": "= * - apple buffalo whale apple buffalo"}
{"source": "Rules: Y - Y X * | Substitutions: X by \" blueberry eagle \" , Y by \" seal lion \"", "target": "seal lion - seal lion blueberry eagle *"}
{"source": "Rules: Z * X + Y + | Substitutions: X by \" blueberry \" , Y by \" eagle \" , Z by \" grape \"", "target": "grape * blueberry + eagle +"}
{"source": "Rules: Z * X + + | Substitutions: X by \" whale \" , Z by \" blackberry \"", "target": "blackberry * whale + +"}
{"source": "Rules: * Z Z - + Z | Substitutions: Z by \" cobra blueberry \"", "target": "* cobra blueberry cobra blueberry - + cobra blueberry"}
{"source": "Rules: = * X X X | Substitutions: X by \" kiwi \"", "target": "= * kiwi kiwi kiwi"}
{"source": "Rules: Y + Z * Y = | Substitutions: Y by \" eagle \" , Z by \" grape \"", "target": "eagle + grape * eagle ="}
{"source": "Rules: X + - X Z | Substitutions: X by \" seal \" , Z by \" watermelon \"", "target": "seal + - seal watermelon"}
{"source": "Rules: X * Y - - | Substitutions: X by \" whale kiwi \" , Y by \" kiwi \"", "target": "whale kiwi * kiwi - -"}
{"source": "Rules: * Y Z - Z | Substitutions: Y by \" shark \" , Z by \" whale \"", "target": "* shark whale - whale"}
{"source": "Rules: X X - Y + | Substitutions: X by \" stork \" , Y by \" cobra apple \"", "target": "stork stork - cobra apple +"}
{"source": "Rules: Y + X X - | Substitutions: X by \" buffalo strawberry \" , Y by \" zebra \"", "target": "zebra + buffalo strawberry buffalo strawberry -"}
{"source": "Rules: + = Y Y + Y | Substitutions: Y by \" grape \"", "target": "+ = grape grape + grape"}
{"source": "Rules: Z * X Y + | Substitutions: X by \" peach \" , Y by \" horse apple \" , Z by \" buffalo strawberry \"", "target": "buffalo strawberry * peach horse apple +"}
{"source": "Rules: + - Y Y | Substitutions: Y by \" stork lion \"", "target": "+ - stork lion stork lion"}
{"source": "Rules: = X * Z Z | Substitutions: X by \" stork kiwi \" , Z by \" grape stork \"", "target": "= stork kiwi * grape stork grape stork"}
{"source": "Rules: Y * - X | Substitutions: X by \" seal stork \" , Y by \" cobra \"", "target": "cobra * - seal stork"}
{"source": "Rules: X Z - = | Substitutions: X by \" shark banana \" , Z by \" kiwi lion \"", "target": "shark banana kiwi lion - ="}
{"source": "Rules: = X Y + - | Substitutions: X by \" whale cobra \" , Y by \" apple apple \"", "target": "= whale cobra apple apple + -"}
{"source": "Rules: + Z Z * X + | Substitutions: X by \" lion \" , Z by \" buffalo shark \"", "target": "+ buffalo shark buffalo shark * lion +"}
{"source": "Rules: Y Z - X * | Substitutions: X by \" rat \" , Y by \" cobra \" , Z by \" apple peach \"", "target": "cobra apple peach - rat *"}
{"source": "Rules: Y + - * Z | Substitutions: Y by \" blackberry \" , Z by \" strawberry penguin \"", "target": "blackberry + - * strawberry penguin"}
{"source": "Rules: - Y Y = * X | Substitutions: X by \" rat buffalo \" , Y by \" horse \"", "target": "- horse horse = * rat buffalo"}
{"source": "Rules: - Y - Z Z | Substitutions: Y by \" seal \" , Z by \" watermelon \"", "target": "- seal - watermelon watermelon"}
{"source": "Rules: Z Z Y - + | Substitutions: Y by \" banana \" , Z by \" strawberry \"", "target": "strawberry strawberry banana - +"}
{"source": "Rules: Y * Z = Y | Substitutions: Y by \" banana whale \" , Z by \" peach grape \"", "target": "banana whale * peach grape = banana whale"}
{"source": "Rules: = Z + X Z = | Substitutions: X by \" peach \" , Z by \" grape \"", "target": "= grape + peach grape ="}
{"source": "Rules: - Z + X + Y | Substitutions: X by \" kiwi peach \" , Y by \" lion \" , Z by \" horse apple \"", "target": "- horse apple + kiwi peach + lion"}
{"source": "Rules: + X X = - | Substitutions: X by \" kiwi zebra \"", "target": "+ kiwi zebra kiwi zebra = -"}
{"source": "Rules: + X = Y | Substitutions: X by \" lion buffalo \" , Y by \" peach kiwi \"", "target": "+ lion buffalo = peach kiwi"}
{"source": "Rules: + X - Z Z | Substitutions: X by \" kiwi \" , Z by \" whale whale \"", "target": "+ kiwi - whale whale whale whale"}
{"source": "Rules: * - Y * Y | Substitutions: Y by \" kiwi \"", "target": "* - kiwi * kiwi"}
{"source": "Rules: X * X - | Substitutions: X by \" whale \"", "target": "whale * whale -"}
{"source": "Rules: Y - Z * - | Substitutions: Y by \" eagle \" , Z by \" stork \"", "target": "eagle - stork * -"}
{"source": "Rules: + X Z * - | Substitutions: X by \" rat strawberry \" , Z by \" kiwi grape \"", "target": "+ rat strawberry kiwi grape * -"}
{"source": "Rules: * Y - Z - Y | Substitutions: Y by \" stork apple \" , Z by \" whale blueberry \"", "target": "* stork apple - whale blueberry - stork apple"}
{"source": "Rules: - Y Y Z - - | Substitutions: Y by \" blackberry watermelon \" , Z by \" buffalo strawberry \"", "target": "- blackberry watermelon blackberry watermelon buffalo strawberry - -"}
{"source": "Rules: X + X = | Substitutions: X by \" horse \"", "target": "horse + horse ="}
{"source": "Rules: Y X Y + - + | Substitutions: X by \" blackberry \" , Y by \" horse shark \"", "target": "horse shark blackberry horse shark + - +"}
{"source": "Rules: Z = + Z * | Substitutions: Z by \" shark \"", "target": "shark = + shark *"}
{"source": "Rules: X + + X Z | Substitutions: X by \" kiwi \" , Z by \" horse cobra \"", "target": "kiwi + + kiwi horse cobra"}
{"source": "Rules: - Z Z * = | Substitutions: Z by \" banana kiwi \"", "target": "- banana kiwi banana kiwi * ="}
{"source": "Rules: = X Z + - | Substitutions: X by \" zebra horse \" , Z by \" kiwi kiwi \"", "target": "= zebra horse kiwi kiwi + -"}
{"source": "Rules: + Z X + = | Substitutions: X by \" shark seal \" , Z by \" cobra kiwi \"", "target": "+ cobra kiwi shark seal + ="}
{"source": "Rules: * X + X | Substitutions: X by \" lion peach \"", "target": "* lion peach + lion peach"}
{"source": "Rules: * Y Y X * | Substitutions: X by \" blackberry buffalo \" , Y by \" blueberry \"", "target": "* blueberry blueberry blackberry buffalo *"}
{"source": "Rules: X + Z + | Substitutions: X by \" lion horse \" , Z by \" whale \"", "target": "lion horse + whale +"}
{"source": "Rules: = Y - X - | Substitutions: X by \" rat \" , Y by \" cobra \"", "target": "= cobra - rat -"}
{"source": "Rules: Y * = Z - | Substitutions: Y by \" banana \" , Z by \" blueberry \"", "target": "banana * = blueberry -"}
{"source": "Rules: * X X - - | Substitutions: X by \" watermelon stork \"", "target": "* watermelon stork watermelon stork - -"}
{"source": "Rules: Y + = Y Y | Substitutions: Y by \" rat \"", "target": "rat + = rat rat"}
{"source": "Rules: + Z + - Z | Substitutions: Z by \" zebra rat \"", "target": "+ zebra rat + - zebra rat"}
{"source": "Rules: - - X Z | Substitutions: X by \" seal \" , Z by \" eagle \"", "target": "- - seal eagle"}
{"source": "Rules: = * Y = Z X | Substitutions: X by \" zebra kiwi \" , Y by \" watermelon \" , Z by \" stork \"", "target": "= * watermelon = stork zebra kiwi"}
{"source": "Rules: * Z = * X Z | Substitutions: X by \" cobra \" , Z by \" stork buffalo \"", "target": "* stork buffalo = * cobra stork buffalo"}
{"source": "Rules: X * X Z * | Substitutions: X by \" lion eagle \" , Z by \" buffalo apple \"", "target": "lion eagle * lion eagle buffalo apple *"}
{"source": "Rules: X X + Z - | Substitutions: X by \" shark rat \" , Z by \" blueberry \"", "target": "shark rat shark rat + blueberry -"}
{"source": "Rules: * Z X - Y - | Substitutions: X by \" strawberry whale \" , Y by \" rat penguin \" , Z by \" apple \"", "target": "* apple strawberry whale - rat penguin -"}
{"source": "Rules: = Z Y * | Substitutions: Y by \" whale rat \" , Z by \" blueberry \"", "target": "= blueberry whale rat *"}
{"source": "Rules: - + X Y X - | Substitutions: X by \" seal blueberry \" , Y by \" seal zebra \"", "target": "- + seal blueberry seal zebra seal blueberry -"}
{"source": "Rules: - * Z Y * | Substitutions: Y by \" grape \" , Z by \" lion kiwi \"", "target": "- * lion kiwi grape *"}
{"source": "Rules: Z * + Z Y | Substitutions: Y by \" kiwi \" , Z by \" strawberry kiwi \"", "target": "strawberry kiwi * + strawberry kiwi kiwi"}
{"source": "Rules: - Z = Y | Substitutions: Y by \" stork stork \" , Z by \" lion \"", "target": "- lion = stork stork"}
{"source": "Rules: Y X X + = | Substitutions: X by \" strawberry kiwi \" , Y by \" lion \"", "target": "lion strawberry kiwi strawberry kiwi + ="}
{"source": "Rules: - - Z Y + | Substitutions: Y by \" watermelon seal \" , Z by \" pear \"", "target": "- - pear watermelon seal +"}
{"source": "Rules: = Y Z Y = | Substitutions: Y by \" shark \" , Z by \" strawberry \"", "target": "= shark strawberry shark ="}
{"source": "Rules: * Z + X = Z | Substitutions: X by \" blackberry \" , Z by \" cobra \"", "target": "* cobra + blackberry = cobra"}
{"source": "Rules: Z Z + Y + | Substitutions: Y by \" blueberry \" , Z by \" shark apple \"", "target": "shark apple shark apple + blueberry +"}
{"source": "Rules: Z X * + = Z | Substitutions: X by \" seal \" , Z by \" strawberry \"", "target": "strawberry seal * + = strawberry"}
{"source": "Rules: = + X + X | Substitutions: X by \" zebra eagle \"", "target": "= + zebra eagle + zebra eagle"}
{"source": "Rules: - Z Y * = Z | Substitutions: Y by \" pear \" , Z by \" rat \"", "target": "- rat pear * = rat"}
{"source": "Rules: Z Z + * | Substitutions: Z by \" shark \"", "target": "shark shark + *"}
{"source": "Rules: Z Y * * * Z | Substitutions: Y by \" shark \" , Z by \" blackberry whale \"", "target": "blackberry whale shark * * * blackberry whale"}
{"source": "Rules: - * X X Z | Substitutions: X by \" penguin peach \" , Z by \" seal \"", "target": "- * penguin peach penguin peach seal"}
{"source": "Rules: Z = Y Y + | Substitutions: Y by \" grape \" , Z by \" kiwi seal \"", "target": "kiwi seal = grape grape +"}
{"source": "Rules: Y X Y = = - | Substitutions: X by \" blueberry \" , Y by \" buffalo \"", "target": "buffalo blueberry buffalo = = -"}
{"source": "Rules: X X Y = - | Substitutions: X by \" blackberry horse \" , Y by \" blackberry \"", "target": "blackberry horse blackberry horse blackberry = -"}
{"source": "Rules: Z * Y Z * | Substitutions: Y by \" zebra \" , Z by \" stork blackberry \"", "target": "stork blackberry * zebra stork blackberry *"}
{"source": "Rules: + Y Y = = | Substitutions: Y by \" stork eagle \"", "target": "+ stork eagle stork eagle = ="}
{"source": "Rules: Z * - Y | Substitutions: Y by \" penguin blackberry \" , Z by \" blackberry rat \"", "target": "blackberry rat * - penguin blackberry"}
{"source": "Rules: Z Z * - | Substitutions: Z by \" penguin watermelon \"", "target": "penguin watermelon penguin watermelon * -"}
{"source": "Rules: Y Z + Y - + | Substitutions: Y by \" apple strawberry \" , Z by \" buffalo \"", "target": "apple strawberry buffalo + apple strawberry - +"}
{"source": "Rules: Y * Z Y * - | Substitutions: Y by \" pear blackberry \" , Z by \" apple rat \"", "target": "pear blackberry * apple rat pear blackberry * -"}
{"source": "Rules: * + Y X Z | Substitutions: X by \" watermelon \" , Y by \" blackberry \" , Z by \" zebra \"", "target": "* + blackberry watermelon zebra"}
{"source": "Rules: Z Y + Z - | Substitutions: Y by \" stork apple \" , Z by \" grape \"", "target": "grape stork apple + grape -"}
{"source": "Rules: - Z - X * | Substitutions: X by \" strawberry \" , Z by \" blueberry \"", "target": "- blueberry - strawberry *"}
{"source": "Rules: = Y Z + | Substitutions: Y by \" peach rat \" , Z by \" strawberry penguin \"", "target": "= peach rat strawberry penguin +"}
{"source": "Rules: - = = Z Y | Substitutions: Y by \" seal apple \" , Z by \" horse strawberry \"", "target": "- = = horse strawberry seal apple"}
{"source": "Rules: Z Y * - | Substitutions: Y by \" watermelon banana \" , Z by \" blueberry \"", "target": "blueberry watermelon banana * -"}
{"source": "Rules: Y X X * - | Substitutions: X by \" blueberry \" , Y by \" rat seal \"", "target": "rat seal blueberry blueberry * -"}
{"source": "Rules: - X * Y | Substitutions: X by \" cobra \" , Y by \" horse seal \"", "target": "- cobra * horse seal"}
{"source": "Rules: Y + Y + Y - | Substitutions: Y by \" cobra banana \"", "target": "cobra banana + cobra banana + cobra banana -"}
{"source": "Rules: Z * Y * = Z | Substitutions: Y by \" peach strawberry \" , Z by \" watermelon whale \"", "target": "watermelon whale * peach strawberry * = watermelon whale"}
{"source": "Rules: = - X - X | Substitutions: X by \" stork whale \"", "target": "= - stork whale - stork whale"}
{"source": "Rules: * * Z + Z Y | Substitutions: Y by \" rat \" , Z by \" whale seal \"", "target": "* * whale seal + whale seal rat"}
{"source": "Rules: Y - = Y = | Substitutions: Y by \" apple \"", "target": "apple - = apple ="}
{"source": "Rules: X Y + * = | Substitutions: X by \" lion peach \" , Y by \" pear seal \"", "target": "lion peach pear seal + * ="}
{"source": "Rules: + + Z X | Substitutions: X by \" lion shark \" , Z by \" stork \"", "target": "+ + stork lion shark"}
{"source": "Rules: Y Y + Y * | Substitutions: Y by \" kiwi lion \"", "target": "kiwi lion kiwi lion + kiwi lion *"}
{"source": "Rules: = Y = Z | Substitutions: Y by \" blackberry stork \" , Z by \" banana blueberry \"", "target": "= blackberry stork = banana blueberry"}
{"source": "Rules: - Z Z * X + | Substitutions: X by \" stork \" , Z by \" strawberry \"", "target": "- strawberry strawberry * stork +"}
{"source": "Rules: Z = Y = Z | Substitutions: Y by \" stork penguin \" , Z by \" watermelon lion \"", "target": "watermelon lion = stork penguin = watermelon lion"}
{"source": "Rules: Y + * = Y | Substitutions: Y by \" pear zebra \"", "target": "pear zebra + * = pear zebra"}
{"source": "Rules: X - Y * Y | Substitutions: X by \" peach lion \" , Y by \" blackberry \"", "target": "peach lion - blackberry * blackberry"}
{"source": "Rules: X * - X Z | Substitutions: X by \" pear watermelon \" , Z by \" peach lion \"", "target": "pear watermelon * - pear watermelon peach lion"}
{"source": "Rules: * + X Y X | Substitutions: X by \" penguin \" , Y by \" penguin \"", "target": "* + penguin penguin penguin"}
{"source": "Rules: + Z Z = X | Substitutions: X by \" horse \" , Z by \" peach kiwi \"", "target": "+ peach kiwi peach kiwi = horse"}
{"source": "Rules: Z + X X + | Substitutions: X by \" zebra whale \" , Z by \" watermelon \"", "target": "watermelon + zebra whale zebra whale +"}
{"source": "Rules: X + Z = - | Substitutions: X by \" pear \" , Z by \" buffalo penguin \"", "target": "pear + buffalo penguin = -"}
{"source": "Rules: + Z + Y Y | Substitutions: Y by \" lion whale \" , Z by \" eagle \"", "target": "+ eagle + lion whale lion whale"}
{"source": "Rules: X = + Z Y + | Substitutions: X by \" horse strawberry \" , Y by \" zebra buffalo \" , Z by \" blueberry \"", "target": "horse strawberry = + blueberry zebra buffalo +"}
{"source": "Rules: X X = + X | Substitutions: X by \" buffalo \"", "target": "buffalo buffalo = + buffalo"}
{"source": "Rules: + Z X - Z | Substitutions: X by \" whale blueberry \" , Z by \" rat \"", "target": "+ rat whale blueberry - rat"}
{"source": "Rules: Y Z + X * - | Substitutions: X by \" strawberry \" , Y by \" kiwi cobra \" , Z by \" zebra penguin \"", "target": "kiwi cobra zebra penguin + strawberry * -"}
{"source": "Rules: * Z Z Y - | Substitutions: Y by \" horse \" , Z by \" eagle \"", "target": "* eagle eagle horse -"}
{"source": "Rules: Z + Y - Z | Substitutions: Y by \" grape seal \" , Z by \" rat stork \"", "target": "rat stork + grape seal - rat stork"}
{"source": "Rules: X Y + - | Substitutions: X by \" lion \" , Y by \" blueberry blackberry \"", "target": "lion blueberry blackberry + -"}
{"source": "Rules: = X - X - | Substitutions: X by \" rat watermelon \"", "target": "= rat watermelon - rat watermelon -"}
{"source": "Rules: - Z Y = | Substitutions: Y by \" cobra \" , Z by \" shark buffalo \"", "target": "- shark buffalo cobra ="}
{"source": "Rules: - Z = X * Y | Substitutions: X by \" lion \" , Y by \" shark whale \" , Z by \" banana strawberry \"", "target": "- banana strawberry = lion * shark whale"}
{"source": "Rules: X + Z Y * | Substitutions: X by \" horse eagle \" , Y by \" kiwi \" , Z by \" watermelon blueberry \"", "target": "horse eagle + watermelon blueberry kiwi *"}
{"source": "Rules: Y Y + + + | Substitutions: Y by \" grape apple \"", "target": "grape apple grape apple + + +"}
{"source": "Rules: + X X X - | Substitutions: X by \" pear \"", "target": "+ pear pear pear -"}
{"source": "Rules: Z - Y X + | Substitutions: X by \" pear zebra \" , Y by \" stork apple \" , Z by \" cobra \"", "target": "cobra - stork apple pear zebra +"}
{"source": "Rules: X Y Y + * | Substitutions: X by \" penguin \" , Y by \" pear blueberry \"", "target": "penguin pear blueberry pear blueberry + *"}
{"source": "Rules: Y X * Y = | Substitutions: X by \" rat lion \" , Y by \" pear \"", "target": "pear rat lion * pear ="}
{"source": "Rules: Z = * - Z Y | Substitutions: Y by \" grape pear \" , Z by \" peach \"", "target": "peach = * - peach grape pear"}
{"source": "Rules: = Z Z * | Substitutions: Z by \" apple grape \"", "target": "= apple grape apple grape *"}
{"source": "Rules: * Z Z * + | Substitutions: Z by \" banana \"", "target": "* banana banana * +"}
{"source": "Rules: - Z Y = - | Substitutions: Y by \" stork watermelon \" , Z by \" pear \"", "target": "- pear stork watermelon = -"}
{"source": "Rules: + X * X | Substitutions: X by \" shark seal \"", "target": "+ shark seal * shark seal"}
{"source": "Rules: Z + Z Y * - | Substitutions: Y by \" stork \" , Z by \" stork peach \"", "target": "stork peach + stork peach stork * -"}
{"source": "Rules: = - Z = Z | Substitutions: Z by \" banana lion \"", "target": "= - banana lion = banana lion"}
{"source": "Rules: - * X Z Z * | Substitutions: X by \" buffalo \" , Z by \" grape \"", "target": "- * buffalo grape grape *"}
{"source": "Rules: Z - X + | Substitutions: X by \" eagle \" , Z by \" penguin whale \"", "target": "penguin whale - eagle +"}
{"source": "Rules: Y - X = Z * | Substitutions: X by \" peach \" , Y by \" kiwi cobra \" , Z by \" horse \"", "target": "kiwi cobra - peach = horse *"}
{"source": "Rules: Y - - + X Y | Substitutions: X by \" horse \" , Y by \" zebra \"", "target": "zebra - - + horse zebra"}
{"source": "Rules: Z + Y Z * | Substitutions: Y by \" zebra eagle \" , Z by \" blueberry \"", "target": "blueberry + zebra eagle blueberry *"}
{"source": "Rules: X + * - Z | Substitutions: X by \" shark eagle \" , Z by \" shark \"", "target": "shark eagle + * - shark"}
{"source": "Rules: Y Y = + | Substitutions: Y by \" kiwi \"", "target": "kiwi kiwi = +"}
{"source": "Rules: Y X * - Z | Substitutions: X by \" apple \" , Y by \" seal whale \" , Z by \" penguin \"", "target": "seal whale apple * - penguin"}
{"source": "Rules: + Z + X X | Substitutions: X by \" rat \" , Z by \" blueberry \"", "target": "+ blueberry + rat rat"}
{"source": "Rules: - * Y - X Y | Substitutions: X by \" blackberry strawberry \" , Y by \" horse penguin \"", "target": "- * horse penguin - blackberry strawberry horse penguin"}
{"source": "Rules: + - * Z Y | Substitutions: Y by \" blueberry \" , Z by \" zebra \"", "target": "+ - * zebra blueberry"}
{"source": "Rules: = X * Z X | Substitutions: X by \" whale \" , Z by \" blackberry \"", "target": "= whale * blackberry whale"}
{"source": "Rules: Y + = Y * | Substitutions: Y by \" shark \"", "target": "shark + = shark *"}
{"source": "Rules: Z * + Y | Substitutions: Y by \" eagle \" , Z by \" apple \"", "target": "apple * + eagle"}
{"source": "Rules: Z Z + Z + | Substitutions: Z by \" watermelon \"", "target": "watermelon watermelon + watermelon +"}
{"source": "Rules: = = Y + X Y | Substitutions: X by \" lion cobra \" , Y by \" blueberry \"", "target": "= = blueberry + lion cobra blueberry"}
{"source": "Rules: Y X Y - * | Substitutions: X by \" zebra grape \" , Y by \" horse apple \"", "target": "horse apple zebra grape horse apple - *"}
{"source": "Rules: + * Y Z Z = | Substitutions: Y by \" lion \" , Z by \" kiwi lion \"", "target": "+ * lion kiwi lion kiwi lion ="}
{"source": "Rules: Z - = Z | Substitutions: Z by \" eagle \"", "target": "eagle - = eagle"}
{"source": "Rules: Z * X = Z | Substitutions: X by \" seal shark \" , Z by \" penguin shark \"", "target": "penguin shark * seal shark = penguin shark"}
{"source": "Rules: Z + Y + Z * | Substitutions: Y by \" penguin seal \" , Z by \" cobra pear \"", "target": "cobra pear + penguin seal + cobra pear *"}
{"source": "Rules: * X + Y Z | Substitutions: X by \" apple strawberry \" , Y by \" strawberry \" , Z by \" kiwi \"", "target": "* apple strawberry + strawberry kiwi"}
{"source": "Rules: + X - Z | Substitutions: X by \" apple seal \" , Z by \" penguin \"", "target": "+ apple seal - penguin"}
{"source": "Rules: Z Y = + | Substitutions: Y by \" whale \" , Z by \" blueberry \"", "target": "blueberry whale = +"}
{"source": "Rules: = X X X * * | Substitutions: X by \" watermelon stork \"", "target": "= watermelon stork watermelon stork watermelon stork * *"}
{"source": "Rules: + * = Z Z | Substitutions: Z by \" cobra \"", "target": "+ * = cobra cobra"}
{"source": "Rules: + * X Z | Substitutions: X by \" blackberry \" , Z by \" shark eagle \"", "target": "+ * blackberry shark eagle"}
{"source": "Rules: = Z Y = | Substitutions: Y by \" penguin \" , Z by \" seal \"", "target": "= seal penguin ="}
{"source": "Rules: - * X * X Y | Substitutions: X by \" banana \" , Y by \" blackberry blueberry \"", "target": "- * banana * banana blackberry blueberry"}
{"source": "Rules: = Z * - Z | Substitutions: Z by \" horse \"", "target": "= horse * - horse"}
{"source": "Rules: * + Z X | Substitutions: X by \" pear \" , Z by \" grape seal \"", "target": "* + grape seal pear"}
{"source": "Rules: - X Y * | Substitutions: X by \" grape \" , Y by \" seal seal \"", "target": "- grape seal seal *"}
{"source": "Rules: X Z + = | Substitutions: X by \" zebra \" , Z by \" stork \"", "target": "zebra stork + ="}
{"source": "Rules: = * - Z Z | Substitutions: Z by \" penguin \"", "target": "= * - penguin penguin"}
{"source": "Rules: X + X * + | Substitutions: X by \" banana \"", "target": "banana + banana * +"}
{"source": "Rules: Z Z Y * = | Substitutions: Y by \" blackberry pear \" , Z by \" shark \"", "target": "shark shark blackberry pear * ="}
{"source": "Rules: Z = Z = Z = | Substitutions: Z by \" shark \"", "target": "shark = shark = shark ="}
{"source": "Rules: + = Y X | Substitutions: X by \" zebra kiwi \" , Y by \" seal pear \"", "target": "+ = seal pear zebra kiwi"}
{"source": "Rules: * X X * Y | Substitutions: X by \" strawberry kiwi \" , Y by \" eagle \"", "target": "* strawberry kiwi strawberry kiwi * eagle"}
{"source": "Rules: + X Y - + Y | Substitutions: X by \" grape \" , Y by \" buffalo stork \"", "target": "+ grape buffalo stork - + buffalo stork"}
{"source": "Rules: Y * Y Z * | Substitutions: Y by \" seal \" , Z by \" strawberry rat \"", "target": "seal * seal strawberry rat *"}
{"source": "Rules: * - * Y X Y | Substitutions: X by \" lion seal \" , Y by \" penguin \"", "target": "* - * penguin lion seal penguin"}
{"source": "Rules: Z Y + - | Substitutions: Y by \" banana \" , Z by \" blackberry \"", "target": "blackberry banana + -"}
{"source": "Rules: * = X Z | Substitutions: X by \" apple \" , Z by \" eagle lion \"", "target": "* = apple eagle lion"}
{"source": "Rules: Z = X Z + | Substitutions: X by \" pear \" , Z by \" grape horse \"", "target": "grape horse = pear grape horse +"}
{"source": "Rules: Z X * * | Substitutions: X by \" zebra \" , Z by \" peach \"", "target": "peach zebra * *"}
{"source": "Rules: - Y - X | Substitutions: X by \" banana eagle \" , Y by \" lion pear \"", "target": "- lion pear - banana eagle"}
{"source": "Rules: Z - = * X Z | Substitutions: X by \" buffalo \" , Z by \" zebra \"", "target": "zebra - = * buffalo zebra"}
{"source": "Rules: Y = - Z | Substitutions: Y by \" shark \" , Z by \" kiwi \"", "target": "shark = - kiwi"}
{"source": "Rules: = = = X Z Z | Substitutions: X by \" zebra \" , Z by \" lion blueberry \"", "target": "= = = zebra lion blueberry lion blueberry"}
{"source": "Rules: X * Z = | Substitutions: X by \" rat eagle \" , Z by \" blueberry \"", "target": "rat eagle * blueberry ="}
{"source": "Rules: X Y + - - Z | Substitutions: X by \" pear apple \" , Y by \" buffalo \" , Z by \" seal blackberry \"", "target": "pear apple buffalo + - - seal blackberry"}
{"source": "Rules: + Z X Y * | Substitutions: X by \" strawberry watermelon \" , Y by \" apple grape \" , Z by \" whale \"", "target": "+ whale strawberry watermelon apple grape *"}
{"source": "Rules: X * - = Y X | Substitutions: X by \" penguin \" , Y by \" seal eagle \"", "target": "penguin * - = seal eagle penguin"}
{"source": "Rules: Z = - Z Y | Substitutions: Y by \" zebra \" , Z by \" stork \"", "target": "stork = - stork zebra"}
{"source": "Rules: X Y Z - + | Substitutions: X by \" buffalo grape \" , Y by \" apple \" , Z by \" grape \"", "target": "buffalo grape apple grape - +"}
{"source": "Rules: X * + Y | Substitutions: X by \" blueberry \" , Y by \" banana \"", "target": "blueberry * + banana"}
{"source": "Rules: * = X Y + | Substitutions: X by \" pear pear \" , Y by \" seal apple \"", "target": "* = pear pear seal apple +"}
{"source": "Rules: Y Y = = X | Substitutions: X by \" watermelon whale \" , Y by \" watermelon strawberry \"", "target": "watermelon strawberry watermelon strawberry = = watermelon whale"}
{"source": "Rules: = X X Y = | Substitutions: X by \" pear \" , Y by \" blackberry \"", "target": "= pear pear blackberry ="}
{"source": "Rules: Y * = Z | Substitutions: Y by \" grape seal \" , Z by \" cobra watermelon \"", "target": "grape seal * = cobra watermelon"}
{"source": "Rules: Y - X + = Z | Substitutions: X by \" seal \" , Y by \" lion \" , Z by \" grape \"", "target": "lion - seal + = grape"}
{"source": "Rules: Y * + Y Y | Substitutions: Y by \" rat eagle \"", "target": "rat eagle * + rat eagle rat eagle"}
{"source": "Rules: * Y - = X Y | Substitutions: X by \" watermelon \" , Y by \" lion \"", "target": "* lion - = watermelon lion"}
{"source": "Rules: X Y Z - * - | Substitutions: X by \" strawberry shark \" , Y by \" rat zebra \" , Z by \" whale zebra \"", "target": "strawberry shark rat zebra whale zebra - * -"}
{"source": "Rules: Y Y - = Y | Substitutions: Y by \" whale \"", "target": "whale whale - = whale"}
{"source": "Rules: Z Y - = + X | Substitutions: X by \" eagle \" , Y by \" apple \" , Z by \" stork \"", "target": "stork apple - = + eagle"}
{"source": "Rules: Z * - X | Substitutions: X by \" blueberry stork \" , Z by \" lion peach \"", "target": "lion peach * - blueberry stork"}
{"source": "Rules: Z = Y Z + | Substitutions: Y by \" penguin \" , Z by \" pear \"", "target": "pear = penguin pear +"}
{"source": "Rules: Z - = Z Z * | Substitutions: Z by \" kiwi penguin \"", "target": "kiwi penguin - = kiwi penguin kiwi penguin *"}
{"source": "Rules: = Y Y X * | Substitutions: X by \" kiwi horse \" , Y by \" rat \"", "target": "= rat rat kiwi horse *"}
{"source": "Rules: * Y Z Y = | Substitutions: Y by \" blackberry blackberry \" , Z by \" watermelon grape \"", "target": "* blackberry blackberry watermelon grape blackberry blackberry ="}
{"source": "Rules: Z X = Z * | Substitutions: X by \" apple apple \" , Z by \" shark grape \"", "target": "shark grape apple apple = shark grape *"}
{"source": "Rules: Z - Y X + - | Substitutions: X by \" buffalo \" , Y by \" apple watermelon \" , Z by \" banana blueberry \"", "target": "banana blueberry - apple watermelon buffalo + -"}
{"source": "Rules: Z Z = + | Substitutions: Z by \" peach strawberry \"", "target": "peach strawberry peach strawberry = +"}
{"source": "Rules: X - + X - | Substitutions: X by \" buffalo rat \"", "target": "buffalo rat - + buffalo rat -"}
{"source": "Rules: Z = Y Y * | Substitutions: Y by \" whale rat \" , Z by \" whale horse \"", "target": "whale horse = whale rat whale rat *"}
{"source": "Rules: = X - X * X | Substitutions: X by \" peach shark \"", "target": "= peach shark - peach shark * peach shark"}
{"source": "Rules: + + Y Y Z | Substitutions: Y by \" cobra \" , Z by \" blackberry \"", "target": "+ + cobra cobra blackberry"}
{"source": "Rules: Y Z * X * | Substitutions: X by \" blueberry kiwi \" , Y by \" banana \" , Z by \" rat \"", "target": "banana rat * blueberry kiwi *"}
{"source": "Rules: Z = Z - | Substitutions: Z by \" grape \"", "target": "grape = grape -"}
{"source": "Rules: X X - * - | Substitutions: X by \" apple \"", "target": "apple apple - * -"}
{"source": "Rules: X * Z - + Y | Substitutions: X by \" lion peach \" , Y by \" stork eagle \" , Z by \" rat \"", "target": "lion peach * rat - + stork eagle"}
{"source": "Rules: + Y + Z * Z | Substitutions: Y by \" penguin zebra \" , Z by \" watermelon \"", "target": "+ penguin zebra + watermelon * watermelon"}
{"source": "Rules: * X = = Z | Substitutions: X by \" shark \" , Z by \" banana \"", "target": "* shark = = banana"}
{"source": "Rules: - - Y Z X | Substitutions: X by \" blueberry banana \" , Y by \" grape \" , Z by \" pear strawberry \"", "target": "- - grape pear strawberry blueberry banana"}
{"source": "Rules: + Y = X | Substitutions: X by \" stork horse \" , Y by \" banana seal \"", "target": "+ banana seal = stork horse"}
{"source": "Rules: * X = + Z X | Substitutions: X by \" grape \" , Z by \" blueberry \"", "target": "* grape = + blueberry grape"}
{"source": "Rules: Y = X * Y | Substitutions: X by \" grape \" , Y by \" pear \"", "target": "pear = grape * pear"}
{"source": "Rules: Y Z + Y * * | Substitutions: Y by \" penguin \" , Z by \" apple strawberry \"", "target": "penguin apple strawberry + penguin * *"}
{"source": "Rules: - Z Y - + Z | Substitutions: Y by \" rat seal \" , Z by \" banana \"", "target": "- banana rat seal - + banana"}
{"source": "Rules: - Y Y - + | Substitutions: Y by \" shark \"", "target": "- shark shark - +"}
{"source": "Rules: + Z = + Z | Substitutions: Z by \" kiwi \"", "target": "+ kiwi = + kiwi"}
{"source": "Rules: - - Z X + | Substitutions: X by \" grape strawberry \" , Z by \" blueberry zebra \"", "target": "- - blueberry zebra grape strawberry +"}
{"source": "Rules: = + Y X | Substitutions: X by \" horse \" , Y by \" rat watermelon \"", "target": "= + rat watermelon horse"}
{"source": "Rules: * = Z * Y | Substitutions: Y by \" whale \" , Z by \" horse \"", "target": "* = horse * whale"}
{"source": "Rules: Z - + X | Substitutions: X by \" cobra zebra \" , Z by \" pear horse \"", "target": "pear horse - + cobra zebra"}
{"source": "Rules: - Z = X | Substitutions: X by \" blueberry \" , Z by \" watermelon cobra \"", "target": "- watermelon cobra = blueberry"}
{"source": "Rules: * Y + + Z | Substitutions: Y by \" eagle blueberry \" , Z by \" grape \"", "target": "* eagle blueberry + + grape"}
{"source": "Rules: X - Z Y - | Substitutions: X by \" peach apple \" , Y by \" stork peach \" , Z by \" watermelon whale \"", "target": "peach apple - watermelon whale stork peach -"}
{"source": "Rules: - * X + Y Z | Substitutions: X by \" strawberry lion \" , Y by \" kiwi kiwi \" , Z by \" grape peach \"", "target": "- * strawberry lion + kiwi kiwi grape peach"}
{"source": "Rules: Z X * = | Substitutions: X by \" banana rat \" , Z by \" grape buffalo \"", "target": "grape buffalo banana rat * ="}
{"source": "Rules: X Y Y + - = | Substitutions: X by \" banana penguin \" , Y by \" apple \"", "target": "banana penguin apple apple + - ="}
{"source": "Rules: Z X = - | Substitutions: X by \" banana stork \" , Z by \" eagle lion \"", "target": "eagle lion banana stork = -"}
{"source": "Rules: * Y + Y Z | Substitutions: Y by \" lion eagle \" , Z by \" watermelon whale \"", "target": "* lion eagle + lion eagle watermelon whale"}
{"source": "Rules: Z Z * Z + * | Substitutions: Z by \" blackberry \"", "target": "blackberry blackberry * blackberry + *"}
{"source": "Rules: + * X Z Y | Substitutions: X by \" peach zebra \" , Y by \" grape seal \" , Z by \" eagle \"", "target": "+ * peach zebra eagle grape seal"}
{"source": "Rules: Y - - + Z X | Substitutions: X by \" banana cobra \" , Y by \" stork horse \" , Z by \" blueberry \"", "target": "stork horse - - + blueberry banana cobra"}
{"source": "Rules: - - Y * Y X | Substitutions: X by \" banana \" , Y by \" rat horse \"", "target": "- - rat horse * rat horse banana"}
{"source": "Rules: * Z X * - Y | Substitutions: X by \" grape \" , Y by \" grape \" , Z by \" penguin blueberry \"", "target": "* penguin blueberry grape * - grape"}
{"source": "Rules: Y Z = + X + | Substitutions: X by \" pear apple \" , Y by \" blueberry shark \" , Z by \" strawberry \"", "target": "blueberry shark strawberry = + pear apple +"}
{"source": "Rules: = - + Y Y X | Substitutions: X by \" penguin blackberry \" , Y by \" strawberry watermelon \"", "target": "= - + strawberry watermelon strawberry watermelon penguin blackberry"}
{"source": "Rules: Z Y + Z = | Substitutions: Y by \" horse shark \" , Z by \" penguin rat \"", "target": "penguin rat horse shark + penguin rat ="}
{"source": "Rules: Z = * Z - | Substitutions: Z by \" pear \"", "target": "pear = * pear -"}
{"source": "Rules: = Z - Y = Y | Substitutions: Y by \" horse \" , Z by \" blueberry \"", "target": "= blueberry - horse = horse"}
{"source": "Rules: Z + = X | Substitutions: X by \" penguin rat \" , Z by \" horse \"", "target": "horse + = penguin rat"}
{"source": "Rules: + - Z Y | Substitutions: Y by \" blackberry strawberry \" , Z by \" eagle eagle \"", "target": "+ - eagle eagle blackberry strawberry"}
{"source": "Rules: - Z + Y X + | Substitutions: X by \" cobra cobra \" , Y by \" whale seal \" , Z by \" seal eagle \"", "target": "- seal eagle + whale seal cobra cobra +"}
{"source": "Rules: + - Y Y Z | Substitutions: Y by \" strawberry \" , Z by \" buffalo \"", "target": "+ - strawberry strawberry buffalo"}
{"source": "Rules: Y Y Y - = - | Substitutions: Y by \" banana \"", "target": "banana banana banana - = -"}
{"source": "Rules: X X = - - X | Substitutions: X by \" blueberry whale \"", "target": "blueberry whale blueberry whale = - - blueberry whale"}
{"source": "Rules: = Z Y = + | Substitutions: Y by \" peach \" , Z by \" watermelon rat \"", "target": "= watermelon rat peach = +"}
{"source": "Rules: X = * X = Z | Substitutions: X by \" grape \" , Z by \" pear peach \"", "target": "grape = * grape = pear peach"}
{"source": "Rules: * X - X | Substitutions: X by \" apple shark \"", "target": "* apple shark - apple shark"}
{"source": "Rules: - = Z Z Z | Substitutions: Z by \" stork strawberry \"", "target": "- = stork strawberry stork strawberry stork strawberry"}
{"source": "Rules: + + Y X | Substitutions: X by \" whale banana \" , Y by \" zebra \"", "target": "+ + zebra whale banana"}
{"source": "Rules: X * - X Z * | Substitutions: X by \" blackberry \" , Z by \" strawberry watermelon \"", "target": "blackberry * - blackberry strawberry watermelon *"}
{"source": "Rules: * Y Z + Y * | Substitutions: Y by \" pear \" , Z by \" watermelon peach \"", "target": "* pear watermelon peach + pear *"}
{"source": "Rules: - Z - Z Y = | Substitutions: Y by \" whale strawberry \" , Z by \" watermelon buffalo \"", "target": "- watermelon buffalo - watermelon buffalo whale strawberry ="}
{"source": "Rules: = * Y Y * | Substitutions: Y by \" banana apple \"", "target": "= * banana apple banana apple *"}
{"source": "Rules: * X - + Z Y | Substitutions: X by \" apple \" , Y by \" kiwi \" , Z by \" horse watermelon \"", "target": "* apple - + horse watermelon kiwi"}
{"source": "Rules: Z Y * Y + = | Substitutions: Y by \" pear lion \" , Z by \" watermelon blueberry \"", "target": "watermelon blueberry pear lion * pear lion + ="}
{"source": "Rules: + - + Y X | Substitutions: X by \" kiwi \" , Y by \" strawberry zebra \"", "target": "+ - + strawberry zebra kiwi"}
{"source": "Rules: + Y = X Z * | Substitutions: X by \" pear penguin \" , Y by \" strawberry horse \" , Z by \" peach \"", "target": "+ strawberry horse = pear penguin peach *"}
{"source": "Rules: = - Z - X | Substitutions: X by \" horse cobra \" , Z by \" rat penguin \"", "target": "= - rat penguin - horse cobra"}
{"source": "Rules: Y - + Y | Substitutions: Y by \" blackberry pear \"", "target": "blackberry pear - + blackberry pear"}
{"source": "Rules: - + + Y X | Substitutions: X by \" buffalo \" , Y by \" blackberry \"", "target": "- + + blackberry buffalo"}
{"source": "Rules: = X Y - | Substitutions: X by \" kiwi stork \" , Y by \" horse \"", "target": "= kiwi stork horse -"}
{"source": "Rules: Y * Z = Z | Substitutions: Y by \" blackberry \" , Z by \" rat lion \"", "target": "blackberry * rat lion = rat lion"}
{"source": "Rules: - + Z Z | Substitutions: Z by \" shark \"", "target": "- + shark shark"}
{"source": "Rules: Y Z + * | Substitutions: Y by \" eagle \" , Z by \" watermelon stork \"", "target": "eagle watermelon stork + *"}
{"source": "Rules: = Y Z * * | Substitutions: Y by \" banana \" , Z by \" stork \"", "target": "= banana stork * *"}
{"source": "Rules: - - Z Z | Substitutions: Z by \" shark \"", "target": "- - shark shark"}
{"source": "Rules: - X = Y | Substitutions: X by \" peach banana \" , Y by \" seal penguin \"", "target": "- peach banana = seal penguin"}
{"source": "Rules: X - + Y * | Substitutions: X by \" pear \" , Y by \" watermelon seal \"", "target": "pear - + watermelon seal *"}
{"source": "Rules: Y Y = Z = * | Substitutions: Y by \" blackberry kiwi \" , Z by \" kiwi \"", "target": "blackberry kiwi blackberry kiwi = kiwi = *"}
{"source": "Rules: Y X * + | Substitutions: X by \" blueberry \" , Y by \" peach peach \"", "target": "peach peach blueberry * +"}
{"source": "Rules: Z = - Z * | Substitutions: Z by \" zebra pear \"", "target": "zebra pear = - zebra pear *"}
{"source": "Rules: Y * * Z = | Substitutions: Y by \" blackberry banana \" , Z by \" banana stork \"", "target": "blackberry banana * * banana stork ="}
{"source": "Rules: + Y + X | Substitutions: X by \" horse horse \" , Y by \" apple \"", "target": "+ apple + horse horse"}
{"source": "Rules: * * X X | Substitutions: X by \" watermelon \"", "target": "* * watermelon watermelon"}
{"source": "Rules: Z + * Y + | Substitutions: Y by \" whale banana \" , Z by \" apple \"", "target": "apple + * whale banana +"}
{"source": "Rules: - - + X X | Substitutions: X by \" lion \"", "target": "- - + lion lion"}
{"source": "Rules: + * Y Z Z | Substitutions: Y by \" apple \" , Z by \" zebra \"", "target": "+ * apple zebra zebra"}
{"source": "Rules: * * X Y | Substitutions: X by \" zebra \" , Y by \" pear zebra \"", "target": "* * zebra pear zebra"}
{"source": "Rules: X - + - X | Substitutions: X by \" eagle \"", "target": "eagle - + - eagle"}
{"source": "Rules: Z X = * X | Substitutions: X by \" grape banana \" , Z by \" stork \"", "target": "stork grape banana = * grape banana"}
{"source": "Rules: + Z Z = + Y | Substitutions: Y by \" whale \" , Z by \" banana \"", "target": "+ banana banana = + whale"}
{"source": "Rules: - X Z + | Substitutions: X by \" eagle \" , Z by \" seal strawberry \"", "target": "- eagle seal strawberry +"}
{"source": "Rules: X - - Z Z | Substitutions: X by \" kiwi \" , Z by \" rat grape \"", "target": "kiwi - - rat grape rat grape"}
{"source": "Rules: * - Z * Z Y | Substitutions: Y by \" pear watermelon \" , Z by \" banana seal \"", "target": "* - banana seal * banana seal pear watermelon"}
{"source": "Rules: = Y X - | Substitutions: X by \" banana \" , Y by \" blackberry \"", "target": "= blackberry banana -"}
{"source": "Rules: Y X + + | Substitutions: X by \" penguin lion \" , Y by \" kiwi lion \"", "target": "kiwi lion penguin lion + +"}
{"source": "Rules: Y + Z * - Z | Substitutions: Y by \" whale \" , Z by \" strawberry \"", "target": "whale + strawberry * - strawberry"}
{"source": "Rules: X Z - = = | Substitutions: X by \" whale \" , Z by \" zebra \"", "target": "whale zebra - = ="}
{"source": "Rules: - + Z X | Substitutions: X by \" shark seal \" , Z by \" grape \"", "target": "- + grape shark seal"}
{"source": "Rules: Z = Y Z - | Substitutions: Y by \" strawberry \" , Z by \" kiwi \"", "target": "kiwi = strawberry kiwi -"}
{"source": "Rules: * * Z Z = Y | Substitutions: Y by \" strawberry grape \" , Z by \" zebra \"", "target": "* * zebra zebra = strawberry grape"}
{"source": "Rules: + Z = X Z | Substitutions: X by \" blackberry \" , Z by \" grape shark \"", "target": "+ grape shark = blackberry grape shark"}
{"source": "Rules: * = + Y X Z | Substitutions: X by \" buffalo \" , Y by \" lion grape \" , Z by \" shark \"", "target": "* = + lion grape buffalo shark"}
{"source": "Rules: X + X - Y | Substitutions: X by \" blackberry cobra \" , Y by \" lion \"", "target": "blackberry cobra + blackberry cobra - lion"}
{"source": "Rules: + Z X = | Substitutions: X by \" horse \" , Z by \" zebra \"", "target": "+ zebra horse ="}
{"source": "Rules: - Y Y - Y | Substitutions: Y by \" grape \"", "target": "- grape grape - grape"}
{"source": "Rules: - X Y * | Substitutions: X by \" cobra penguin \" , Y by \" buffalo \"", "target": "- cobra penguin buffalo *"}
{"source": "Rules: + = - Y X Y | Substitutions: X by \" seal watermelon \" , Y by \" eagle pear \"", "target": "+ = - eagle pear seal watermelon eagle pear"}
{"source": "Rules: = X = Y X | Substitutions: X by \" stork \" , Y by \" blackberry horse \"", "target": "= stork = blackberry horse stork"}
{"source": "Rules: - Y + Y | Substitutions: Y by \" watermelon \"", "target": "- watermelon + watermelon"}
{"source": "Rules: Z X - - Z * | Substitutions: X by \" shark zebra \" , Z by \" zebra \"", "target": "zebra shark zebra - - zebra *"}
{"source": "Rules: = = Y X - Z | Substitutions: X by \" buffalo \" , Y by \" blueberry buffalo \" , Z by \" watermelon cobra \"", "target": "= = blueberry buffalo buffalo - watermelon cobra"}
{"source": "Rules: X Y = + Y | Substitutions: X by \" blueberry \" , Y by \" lion pear \"", "target": "blueberry lion pear = + lion pear"}
{"source": "Rules: Z Z * + = | Substitutions: Z by \" cobra \"", "target": "cobra cobra * + ="}
{"source": "Rules: - Y Z + - Z | Substitutions: Y by \" seal \" , Z by \" buffalo \"", "target": "- seal buffalo + - buffalo"}
{"source": "Rules: X = - = X | Substitutions: X by \" penguin blueberry \"", "target": "penguin blueberry = - = penguin blueberry"}
{"source": "Rules: = Z = * Z Z | Substitutions: Z by \" kiwi cobra \"", "target": "= kiwi cobra = * kiwi cobra kiwi cobra"}
{"source": "Rules: * = Z Z X | Substitutions: X by \" shark \" , Z by \" horse blueberry \"", "target": "* = horse blueberry horse blueberry shark"}
{"source": "Rules: = X X - X | Substitutions: X by \" penguin \"", "target": "= penguin penguin - penguin"}
{"source": "Rules: * Y - Y + | Substitutions: Y by \" eagle apple \"", "target": "* eagle apple - eagle apple +"}
{"source": "Rules: + X Y - X | Substitutions: X by \" strawberry watermelon \" , Y by \" rat \"", "target": "+ strawberry watermelon rat - strawberry watermelon"}
{"source": "Rules: Z = X - + Z | Substitutions: X by \" blueberry stork \" , Z by \" zebra eagle \"", "target": "zebra eagle = blueberry stork - + zebra eagle"}
{"source": "Rules: Z * + Z | Substitutions: Z by \" penguin blueberry \"", "target": "penguin blueberry * + penguin blueberry"}
{"source": "Rules: X Y + + Y | Substitutions: X by \" buffalo \" , Y by \" lion banana \"", "target": "buffalo lion banana + + lion banana"}
{"source": "Rules: Y + * - Y | Substitutions: Y by \" penguin horse \"", "target": "penguin horse + * - penguin horse"}
{"source": "Rules: X X = - Y | Substitutions: X by \" banana penguin \" , Y by \" cobra eagle \"", "target": "banana penguin banana penguin = - cobra eagle"}
{"source": "Rules: Y Y = * Z | Substitutions: Y by \" cobra \" , Z by \" peach lion \"", "target": "cobra cobra = * peach lion"}
{"source": "Rules: * Z = Y Y | Substitutions: Y by \" shark \" , Z by \" buffalo shark \"", "target": "* buffalo shark = shark shark"}
{"source": "Rules: * * X X | Substitutions: X by \" blueberry whale \"", "target": "* * blueberry whale blueberry whale"}
{"source": "Rules: Y Z * - X | Substitutions: X by \" peach \" , Y by \" seal eagle \" , Z by \" grape grape \"", "target": "seal eagle grape grape * - peach"}
{"source": "Rules: + Y X Y - | Substitutions: X by \" rat grape \" , Y by \" cobra lion \"", "target": "+ cobra lion rat grape cobra lion -"}
{"source": "Rules: = Y Y + | Substitutions: Y by \" banana whale \"", "target": "= banana whale banana whale +"}
{"source": "Rules: + Y + Y - | Substitutions: Y by \" buffalo seal \"", "target": "+ buffalo seal + buffalo seal -"}
{"source": "Rules: * - - Y Y X | Substitutions: X by \" pear eagle \" , Y by \" whale blueberry \"", "target": "* - - whale blueberry whale blueberry pear eagle"}
{"source": "Rules: X = + Y Z = | Substitutions: X by \" strawberry \" , Y by \" eagle horse \" , Z by \" cobra \"", "target": "strawberry = + eagle horse cobra ="}
{"source": "Rules: - Y Z = X | Substitutions: X by \" kiwi peach \" , Y by \" whale rat \" , Z by \" eagle \"", "target": "- whale rat eagle = kiwi peach"}
{"source": "Rules: X * - X - | Substitutions: X by \" blackberry \"", "target": "blackberry * - blackberry -"}
{"source": "Rules: X Y - = X + | Substitutions: X by \" stork \" , Y by \" whale rat \"", "target": "stork whale rat - = stork +"}
{"source": "Rules: Y + * Y | Substitutions: Y by \" banana whale \"", "target": "banana whale + * banana whale"}
{"source": "Rules: X - = X | Substitutions: X by \" kiwi watermelon \"", "target": "kiwi watermelon - = kiwi watermelon"}
{"source": "Rules: + - Z Z = Z | Substitutions: Z by \" blueberry \"", "target": "+ - blueberry blueberry = blueberry"}
{"source": "Rules: Z Z * + * | Substitutions: Z by \" rat rat \"", "target": "rat rat rat rat * + *"}
{"source": "Rules: - = X X = | Substitutions: X by \" apple buffalo \"", "target": "- = apple buffalo apple buffalo ="}
{"source": "Rules: + Z Y = + Y | Substitutions: Y by \" watermelon \" , Z by \" watermelon shark \"", "target": "+ watermelon shark watermelon = + watermelon"}
{"source": "Rules: = Y Y + Z = | Substitutions: Y by \" blueberry \" , Z by \" horse stork \"", "target": "= blueberry blueberry + horse stork ="}
{"source": "Rules: = Y X - | Substitutions: X by \" zebra buffalo \" , Y by \" grape banana \"", "target": "= grape banana zebra buffalo -"}
{"source": "Rules: X - - Y * | Substitutions: X by \" buffalo cobra \" , Y by \" whale \"", "target": "buffalo cobra - - whale *"}
{"source": "Rules: + Y Z Z = | Substitutions: Y by \" watermelon \" , Z by \" penguin \"", "target": "+ watermelon penguin penguin ="}
{"source": "Rules: - Y Y * | Substitutions: Y by \" blueberry \"", "target": "- blueberry blueberry *"}
{"source": "Rules: Z + Y * = | Substitutions: Y by \" grape \" , Z by \" shark apple \"", "target": "shark apple + grape * ="}
{"source": "Rules: Z + X Z = | Substitutions: X by \" eagle \" , Z by \" eagle seal \"", "target": "eagle seal + eagle eagle seal ="}
{"source": "Rules: + Z Z Y = | Substitutions: Y by \" blueberry \" , Z by \" seal \"", "target": "+ seal seal blueberry ="}
{"source": "Rules: - Z + Z Z + | Substitutions: Z by \" penguin \"", "target": "- penguin + penguin penguin +"}
{"source": "Rules: - X Y * | Substitutions: X by \" banana \" , Y by \" peach strawberry \"", "target": "- banana peach strawberry *"}
{"source": "Rules: + Y Z + * X | Substitutions: X by \" stork \" , Y by \" whale \" , Z by \" apple \"", "target": "+ whale apple + * stork"}
{"source": "Rules: Z + Y + | Substitutions: Y by \" cobra \" , Z by \" pear \"", "target": "pear + cobra +"}
{"source": "Rules: X - Z X * | Substitutions: X by \" kiwi \" , Z by \" blackberry \"", "target": "kiwi - blackberry kiwi *"}
{"source": "Rules: Y X X = - | Substitutions: X by \" pear peach \" , Y by \" kiwi \"", "target": "kiwi pear peach pear peach = -"}
{"source": "Rules: X * Z = | Substitutions: X by \" stork blackberry \" , Z by \" pear \"", "target": "stork blackberry * pear ="}
{"source": "Rules: X * * X * | Substitutions: X by \" kiwi buffalo \"", "target": "kiwi buffalo * * kiwi buffalo *"}
{"source": "Rules: Z - Y = Y * | Substitutions: Y by \" peach \" , Z by \" pear stork \"", "target": "pear stork - peach = peach *"}
{"source": "Rules: X * Z Y * - | Substitutions: X by \" zebra \" , Y by \" rat \" , Z by \" shark rat \"", "target": "zebra * shark rat rat * -"}
{"source": "Rules: * = Y Y | Substitutions: Y by \" buffalo \"", "target": "* = buffalo buffalo"}
{"source": "Rules: - X - Y Y * | Substitutions: X by \" stork \" , Y by \" blackberry eagle \"", "target": "- stork - blackberry eagle blackberry eagle *"}
{"source": "Rules: = X Z - | Substitutions: X by \" grape strawberry \" , Z by \" pear shark \"", "target": "= grape strawberry pear shark -"}
{"source": "Rules: Y * X * = | Substitutions: X by \" banana blackberry \" , Y by \" rat \"", "target": "rat * banana blackberry * ="}
{"source": "Rules: = X + = Z Y | Substitutions: X by \" apple \" , Y by \" cobra strawberry \" , Z by \" horse blackberry \"", "target": "= apple + = horse blackberry cobra strawberry"}
{"source": "Rules: Z Z + X + | Substitutions: X by \" zebra whale \" , Z by \" banana apple \"", "target": "banana apple banana apple + zebra whale +"}
{"source": "Rules: = X Z * - Y | Substitutions: X by \" seal strawberry \" , Y by \" cobra \" , Z by \" banana rat \"", "target": "= seal strawberry banana rat * - cobra"}
{"source": "Rules: - Z - Z - | Substitutions: Z by \" whale \"", "target": "- whale - whale -"}
{"source": "Rules: Y X + * Y | Substitutions: X by \" pear \" , Y by \" eagle \"", "target": "eagle pear + * eagle"}
{"source": "Rules: X Y - * - Z | Substitutions: X by \" banana \" , Y by \" shark \" , Z by \" blueberry \"", "target": "banana shark - * - blueberry"}
{"source": "Rules: - X = Y | Substitutions: X by \" banana pear \" , Y by \" blackberry \"", "target": "- banana pear = blackberry"}
{"source": "Rules: X - Z - Z | Substitutions: X by \" lion \" , Z by \" cobra penguin \"", "target": "lion - cobra penguin - cobra penguin"}
{"source": "Rules: * Z + Z | Substitutions: Z by \" cobra \"", "target": "* cobra + cobra"}
{"source": "Rules: = X - + Y | Substitutions: X by \" watermelon \" , Y by \" banana grape \"", "target": "= watermelon - + banana grape"}
{"source": "Rules: - X X = * X | Substitutions: X by \" zebra banana \"", "target": "- zebra banana zebra banana = * zebra banana"}
{"source": "Rules: Z = X * Z * | Substitutions: X by \" lion peach \" , Z by \" horse \"", "target": "horse = lion peach * horse *"}
{"source": "Rules: Y = Z + X * | Substitutions: X by \" banana \" , Y by \" watermelon \" , Z by \" eagle blackberry \"", "target": "watermelon = eagle blackberry + banana *"}
{"source": "Rules: + Z X - = | Substitutions: X by \" blueberry zebra \" , Z by \" seal \"", "target": "+ seal blueberry zebra - ="}
{"source": "Rules: * - Z X | Substitutions: X by \" peach cobra \" , Z by \" seal \"", "target": "* - seal peach cobra"}
{"source": "Rules: X - X + Y | Substitutions: X by \" kiwi cobra \" , Y by \" blackberry shark \"", "target": "kiwi cobra - kiwi cobra + blackberry shark"}
{"source": "Rules: + = Z X | Substitutions: X by \" peach \" , Z by \" horse \"", "target": "+ = horse peach"}
{"source": "Rules: Y Z = = | Substitutions: Y by \" blackberry \" , Z by \" banana \"", "target": "blackberry banana = ="}
{"source": "Rules: Y + * Z * | Substitutions: Y by \" buffalo seal \" , Z by \" kiwi buffalo \"", "target": "buffalo seal + * kiwi buffalo *"}
{"source": "Rules: = X Y + | Substitutions: X by \" buffalo \" , Y by \" penguin strawberry \"", "target": "= buffalo penguin strawberry +"}
{"source": "Rules: * + + Z Y Y | Substitutions: Y by \" blackberry \" , Z by \" horse apple \"", "target": "* + + horse apple blackberry blackberry"}
{"source": "Rules: - X Y + - Y | Substitutions: X by \" blackberry \" , Y by \" blueberry grape \"", "target": "- blackberry blueberry grape + - blueberry grape"}
{"source": "Rules: - Y - X = | Substitutions: X by \" watermelon \" , Y by \" strawberry \"", "target": "- strawberry - watermelon ="}
{"source": "Rules: = Y Z X * | Substitutions: X by \" eagle horse \" , Y by \" shark \" , Z by \" eagle \"", "target": "= shark eagle eagle horse *"}
{"source": "Rules: + - X X X * | Substitutions: X by \" kiwi kiwi \"", "target": "+ - kiwi kiwi kiwi kiwi kiwi kiwi *"}
{"source": "Rules: Y Z - * Z | Substitutions: Y by \" kiwi strawberry \" , Z by \" banana lion \"", "target": "kiwi strawberry banana lion - * banana lion"}
{"source": "Rules: - + Y X + | Substitutions: X by \" stork \" , Y by \" kiwi rat \"", "target": "- + kiwi rat stork +"}
{"source": "Rules: Y Z * X + | Substitutions: X by \" cobra \" , Y by \" blackberry \" , Z by \" rat \"", "target": "blackberry rat * cobra +"}
{"source": "Rules: - Z + Y Z | Substitutions: Y by \" blueberry \" , Z by \" horse grape \"", "target": "- horse grape + blueberry horse grape"}
{"source": "Rules: + Y = Y = | Substitutions: Y by \" kiwi \"", "target": "+ kiwi = kiwi ="}
{"source": "Rules: Z = = X X | Substitutions: X by \" whale \" , Z by \" whale \"", "target": "whale = = whale whale"}
{"source": "Rules: X Z + * | Substitutions: X by \" rat whale \" , Z by \" eagle \"", "target": "rat whale eagle + *"}
{"source": "Rules: + Z * X X | Substitutions: X by \" banana apple \" , Z by \" zebra \"", "target": "+ zebra * banana apple banana apple"}
{"source": "Rules: - - = X Y Y | Substitutions: X by \" lion \" , Y by \" blackberry blackberry \"", "target": "- - = lion blackberry blackberry blackberry blackberry"}
{"source": "Rules: - Z + Z Z + | Substitutions: Z by \" seal \"", "target": "- seal + seal seal +"}
{"source": "Rules: - X - X Y | Substitutions: X by \" lion banana \" , Y by \" grape pear \"", "target": "- lion banana - lion banana grape pear"}
{"source": "Rules: - Z Z X = | Substitutions: X by \" kiwi \" , Z by \" apple seal \"", "target": "- apple seal apple seal kiwi ="}
{"source": "Rules: * Z Z Y + = | Substitutions: Y by \" banana \" , Z by \" grape pear \"", "target": "* grape pear grape pear banana + ="}
{"source": "Rules: + - X Z = Y | Substitutions: X by \" seal lion \" , Y by \" blueberry \" , Z by \" zebra \"", "target": "+ - seal lion zebra = blueberry"}
{"source": "Rules: X X - Z = | Substitutions: X by \" peach blackberry \" , Z by \" shark \"", "target": "peach blackberry peach blackberry - shark ="}
{"source": "Rules: X Z * = + | Substitutions: X by \" cobra \" , Z by \" seal stork \"", "target": "cobra seal stork * = +"}
{"source": "Rules: X - + X X * | Substitutions: X by \" lion seal \"", "target": "lion seal - + lion seal lion seal *"}
{"source": "Rules: Z + X * | Substitutions: X by \" stork \" , Z by \" shark cobra \"", "target": "shark cobra + stork *"}
{"source": "Rules: = Z X = Z | Substitutions: X by \" banana kiwi \" , Z by \" rat apple \"", "target": "= rat apple banana kiwi = rat apple"}
{"source": "Rules: Y = X - * Z | Substitutions: X by \" watermelon penguin \" , Y by \" shark \" , Z by \" banana seal \"", "target": "shark = watermelon penguin - * banana seal"}
{"source": "Rules: + Y * Y | Substitutions: Y by \" blueberry \"", "target": "+ blueberry * blueberry"}
{"source": "Rules: Y - Y = | Substitutions: Y by \" apple kiwi \"", "target": "apple kiwi - apple kiwi ="}
{"source": "Rules: + = Y Z | Substitutions: Y by \" lion \" , Z by \" shark \"", "target": "+ = lion shark"}
{"source": "Rules: - Y Z + | Substitutions: Y by \" banana \" , Z by \" banana \"", "target": "- banana banana +"}
{"source": "Rules: * X = = X Z | Substitutions: X by \" stork strawberry \" , Z by \" buffalo zebra \"", "target": "* stork strawberry = = stork strawberry buffalo zebra"}
{"source": "Rules: - + Z Y | Substitutions: Y by \" buffalo peach \" , Z by \" eagle \"", "target": "- + eagle buffalo peach"}
{"source": "Rules: X Y * Z + | Substitutions: X by \" seal \" , Y by \" stork whale \" , Z by \" blackberry eagle \"", "target": "seal stork whale * blackberry eagle +"}
{"source": "Rules: Z X * - * | Substitutions: X by \" shark \" , Z by \" kiwi \"", "target": "kiwi shark * - *"}
{"source": "Rules: * Y Y - Y | Substitutions: Y by \" horse shark \"", "target": "* horse shark horse shark - horse shark"}
{"source": "Rules: Z Y X * * | Substitutions: X by \" peach \" , Y by \" horse buffalo \" , Z by \" blueberry \"", "target": "blueberry horse buffalo peach * *"}
{"source": "Rules: Z = X = Y | Substitutions: X by \" blueberry \" , Y by \" kiwi zebra \" , Z by \" pear grape \"", "target": "pear grape = blueberry = kiwi zebra"}
{"source": "Rules: + Y * * X | Substitutions: X by \" peach rat \" , Y by \" grape peach \"", "target": "+ grape peach * * peach rat"}
{"source": "Rules: * Y * Y X * | Substitutions: X by \" whale buffalo \" , Y by \" blueberry \"", "target": "* blueberry * blueberry whale buffalo *"}
{"source": "Rules: - - Y = Z | Substitutions: Y by \" penguin penguin \" , Z by \" zebra \"", "target": "- - penguin penguin = zebra"}
{"source": "Rules: Z Y - + | Substitutions: Y by \" buffalo buffalo \" , Z by \" peach blueberry \"", "target": "peach blueberry buffalo buffalo - +"}
{"source": "Rules: X * Y + = Z | Substitutions: X by \" horse whale \" , Y by \" buffalo \" , Z by \" buffalo \"", "target": "horse whale * buffalo + = buffalo"}
{"source": "Rules: Y = X - | Substitutions: X by \" watermelon \" , Y by \" whale eagle \"", "target": "whale eagle = watermelon -"}
{"source": "Rules: - X Z + | Substitutions: X by \" blackberry stork \" , Z by \" seal \"", "target": "- blackberry stork seal +"}
{"source": "Rules: - - Z X Z | Substitutions: X by \" eagle \" , Z by \" rat whale \"", "target": "- - rat whale eagle rat whale"}
{"source": "Rules: * Z + X Z * | Substitutions: X by \" whale eagle \" , Z by \" seal stork \"", "target": "* seal stork + whale eagle seal stork *"}
{"source": "Rules: - Y * - Z X | Substitutions: X by \" grape \" , Y by \" lion whale \" , Z by \" shark whale \"", "target": "- lion whale * - shark whale grape"}
{"source": "Rules: X X = Y + | Substitutions: X by \" shark \" , Y by \" lion pear \"", "target": "shark shark = lion pear +"}
{"source": "Rules: + Y + - Z | Substitutions: Y by \" grape grape \" , Z by \" horse \"", "target": "+ grape grape + - horse"}
{"source": "Rules: Z Y X = - + | Substitutions: X by \" lion horse \" , Y by \" penguin \" , Z by \" banana buffalo \"", "target": "banana buffalo penguin lion horse = - +"}
{"source": "Rules: Y Y - X + | Substitutions: X by \" rat \" , Y by \" cobra \"", "target": "cobra cobra - rat +"}
{"source": "Rules: Y * + X + | Substitutions: X by \" apple \" , Y by \" shark \"", "target": "shark * + apple +"}
{"source": "Rules: * * Z X Z | Substitutions: X by \" kiwi \" , Z by \" whale grape \"", "target": "* * whale grape kiwi whale grape"}
{"source": "Rules: = = Z Y * Y | Substitutions: Y by \" kiwi \" , Z by \" banana grape \"", "target": "= = banana grape kiwi * kiwi"}
{"source": "Rules: Y X = = | Substitutions: X by \" seal \" , Y by \" eagle \"", "target": "eagle seal = ="}
{"source": "Rules: Y = Z Z - + | Substitutions: Y by \" strawberry blackberry \" , Z by \" horse \"", "target": "strawberry blackberry = horse horse - +"}
{"source": "Rules: Z X = + * | Substitutions: X by \" shark \" , Z by \" cobra horse \"", "target": "cobra horse shark = + *"}
{"source": "Rules: Y + Z - Y - | Substitutions: Y by \" strawberry cobra \" , Z by \" rat \"", "target": "strawberry cobra + rat - strawberry cobra -"}
{"source": "Rules: X * - Y * | Substitutions: X by \" eagle horse \" , Y by \" lion seal \"", "target": "eagle horse * - lion seal *"}
{"source": "Rules: X Y + - Z | Substitutions: X by \" banana whale \" , Y by \" kiwi strawberry \" , Z by \" horse buffalo \"", "target": "banana whale kiwi strawberry + - horse buffalo"}
{"source": "Rules: = X + + X | Substitutions: X by \" buffalo \"", "target": "= buffalo + + buffalo"}
{"source": "Rules: X Z = Z = | Substitutions: X by \" eagle \" , Z by \" buffalo \"", "target": "eagle buffalo = buffalo ="}
{"source": "Rules: * Z + - X | Substitutions: X by \" cobra \" , Z by \" penguin \"", "target": "* penguin + - cobra"}
{"source": "Rules: X X + = | Substitutions: X by \" whale apple \"", "target": "whale apple whale apple + ="}
{"source": "Rules: - Z + - Y | Substitutions: Y by \" horse \" , Z by \" cobra \"", "target": "- cobra + - horse"}
{"source": "Rules: X * - + X | Substitutions: X by \" lion \"", "target": "lion * - + lion"}
{"source": "Rules: X X = + | Substitutions: X by \" peach \"", "target": "peach peach = +"}
{"source": "Rules: - + + X Y | Substitutions: X by \" blackberry shark \" , Y by \" penguin lion \"", "target": "- + + blackberry shark penguin lion"}
{"source": "Rules: Y = X X - | Substitutions: X by \" zebra \" , Y by \" watermelon blackberry \"", "target": "watermelon blackberry = zebra zebra -"}
{"source": "Rules: + X X - | Substitutions: X by \" stork watermelon \"", "target": "+ stork watermelon stork watermelon -"}
{"source": "Rules: Z + = = Z Y | Substitutions: Y by \" strawberry \" , Z by \" horse cobra \"", "target": "horse cobra + = = horse cobra strawberry"}
{"source": "Rules: Z - Z Z + | Substitutions: Z by \" kiwi blackberry \"", "target": "kiwi blackberry - kiwi blackberry kiwi blackberry +"}
{"source": "Rules: - X * Y - Z | Substitutions: X by \" horse rat \" , Y by \" kiwi buffalo \" , Z by \" horse \"", "target": "- horse rat * kiwi buffalo - horse"}
{"source": "Rules: - Z X = Z | Substitutions: X by \" lion \" , Z by \" horse \"", "target": "- horse lion = horse"}
{"source": "Rules: * - X * Y | Substitutions: X by \" whale strawberry \" , Y by \" horse buffalo \"", "target": "* - whale strawberry * horse buffalo"}
{"source": "Rules: X Z Y = + | Substitutions: X by \" strawberry kiwi \" , Y by \" zebra \" , Z by \" peach penguin \"", "target": "strawberry kiwi peach penguin zebra = +"}
{"source": "Rules: Y Y + * Y | Substitutions: Y by \" grape \"", "target": "grape grape + * grape"}
{"source": "Rules: X * Z Z - - | Substitutions: X by \" eagle pear \" , Z by \" eagle \"", "target": "eagle pear * eagle eagle - -"}
{"source": "Rules: Y - + + X | Substitutions: X by \" whale apple \" , Y by \" seal seal \"", "target": "seal seal - + + whale apple"}
{"source": "Rules: X Y - = | Substitutions: X by \" banana \" , Y by \" pear \"", "target": "banana pear - ="}
{"source": "Rules: - X - X - | Substitutions: X by \" watermelon strawberry \"", "target": "- watermelon strawberry - watermelon strawberry -"}
{"source": "Rules: + + + Y X | Substitutions: X by \" banana zebra \" , Y by \" pear seal \"", "target": "+ + + pear seal banana zebra"}
{"source": "Rules: X Y * = | Substitutions: X by \" seal \" , Y by \" blackberry seal \"", "target": "seal blackberry seal * ="}
{"source": "Rules: = Y Z + Z | Substitutions: Y by \" shark cobra \" , Z by \" peach \"", "target": "= shark cobra peach + peach"}
{"source": "Rules: * Y = X Y = | Substitutions: X by \" eagle eagle \" , Y by \" kiwi \"", "target": "* kiwi = eagle eagle kiwi ="}
{"source": "Rules: X + Y - | Substitutions: X by \" cobra \" , Y by \" eagle \"", "target": "cobra + eagle -"}
{"source": "Rules: X * Z * = | Substitutions: X by \" apple peach \" , Z by \" eagle \"", "target": "apple peach * eagle * ="}
{"source": "Rules: - X - + Z X | Substitutions: X by \" zebra \" , Z by \" penguin blackberry \"", "target": "- zebra - + penguin blackberry zebra"}
{"source": "Rules: Z Y - - Y - | Substitutions: Y by \" zebra blueberry \" , Z by \" banana kiwi \"", "target": "banana kiwi zebra blueberry - - zebra blueberry -"}
{"source": "Rules: * Y * Y - X | Substitutions: X by \" blueberry kiwi \" , Y by \" kiwi \"", "target": "* kiwi * kiwi - blueberry kiwi"}
{"source": "Rules: X = - - X | Substitutions: X by \" lion \"", "target": "lion = - - lion"}
{"source": "Rules: - X * Z Y = | Substitutions: X by \" seal penguin \" , Y by \" watermelon \" , Z by \" cobra \"", "target": "- seal penguin * cobra watermelon ="}
{"source": "Rules: X = * + Y | Substitutions: X by \" shark seal \" , Y by \" seal \"", "target": "shark seal = * + seal"}
{"source": "Rules: + Y = Y + | Substitutions: Y by \" stork \"", "target": "+ stork = stork +"}
{"source": "Rules: Z Y * - Y | Substitutions: Y by \" kiwi pear \" , Z by \" whale stork \"", "target": "whale stork kiwi pear * - kiwi pear"}
{"source": "Rules: + - X Y | Substitutions: X by \" horse \" , Y by \" stork blueberry \"", "target": "+ - horse stork blueberry"}
{"source": "Rules: Y Z = = = Z | Substitutions: Y by \" seal \" , Z by \" rat seal \"", "target": "seal rat seal = = = rat seal"}
{"source": "Rules: Y = * Z | Substitutions: Y by \" blueberry cobra \" , Z by \" blackberry apple \"", "target": "blueberry cobra = * blackberry apple"}
{"source": "Rules: - X X + - | Substitutions: X by \" horse whale \"", "target": "- horse whale horse whale + -"}
{"source": "Rules: * Z - Y X | Substitutions: X by \" rat \" , Y by \" kiwi \" , Z by \" peach \"", "target": "* peach - kiwi rat"}
{"source": "Rules: + Y Y = - Y | Substitutions: Y by \" blackberry pear \"", "target": "+ blackberry pear blackberry pear = - blackberry pear"}
{"source": "Rules: Y + X - | Substitutions: X by \" whale \" , Y by \" blackberry banana \"", "target": "blackberry banana + whale -"}
{"source": "Rules: - = Y - Z | Substitutions: Y by \" eagle \" , Z by \" buffalo \"", "target": "- = eagle - buffalo"}
{"source": "Rules: Z = + X | Substitutions: X by \" shark \" , Z by \" rat \"", "target": "rat = + shark"}
{"source": "Rules: Z * Y * X * | Substitutions: X by \" strawberry grape \" , Y by \" penguin zebra \" , Z by \" pear seal \"", "target": "pear seal * penguin zebra * strawberry grape *"}
{"source": "Rules: = X Z - Y + | Substitutions: X by \" kiwi rat \" , Y by \" shark strawberry \" , Z by \" rat \"", "target": "= kiwi rat rat - shark strawberry +"}
{"source": "Rules: Y X + X * | Substitutions: X by \" seal \" , Y by \" kiwi banana \"", "target": "kiwi banana seal + seal *"}
{"source": "Rules: X Y Z * = = | Substitutions: X by \" pear \" , Y by \" cobra cobra \" , Z by \" eagle \"", "target": "pear cobra cobra eagle * = ="}
{"source": "Rules: + X - Z + X | Substitutions: X by \" pear apple \" , Z by \" horse blackberry \"", "target": "+ pear apple - horse blackberry + pear apple"}
{"source": "Rules: X - Z X * + | Substitutions: X by \" grape \" , Z by \" whale rat \"", "target": "grape - whale rat grape * +"}
{"source": "Rules: - Z Z Z + - | Substitutions: Z by \" kiwi \"", "target": "- kiwi kiwi kiwi + -"}
{"source": "Rules: Z - * X | Substitutions: X by \" whale \" , Z by \" blackberry pear \"", "target": "blackberry pear - * whale"}
{"source": "Rules: - = Y - Z | Substitutions: Y by \" buffalo \" , Z by \" apple \"", "target": "- = buffalo - apple"}
{"source": "Rules: X Y * Z = | Substitutions: X by \" pear zebra \" , Y by \" blueberry blackberry \" , Z by \" watermelon peach \"", "target": "pear zebra blueberry blackberry * watermelon peach ="}
{"source": "Rules: Y + * = Y Y | Substitutions: Y by \" lion peach \"", "target": "lion peach + * = lion peach lion peach"}
{"source": "Rules: - X * Z Z | Substitutions: X by \" rat penguin \" , Z by \" grape penguin \"", "target": "- rat penguin * grape penguin grape penguin"}
{"source": "Rules: * = - X X X | Substitutions: X by \" banana \"", "target": "* = - banana banana banana"}
{"source": "Rules: * X = X | Substitutions: X by \" watermelon buffalo \"", "target": "* watermelon buffalo = watermelon buffalo"}
{"source": "Rules: * X Z * + | Substitutions: X by \" cobra banana \" , Z by \" whale \"", "target": "* cobra banana whale * +"}
{"source": "Rules: + X Z * | Substitutions: X by \" apple \" , Z by \" blackberry seal \"", "target": "+ apple blackberry seal *"}
{"source": "Rules: + X Z X * - | Substitutions: X by \" peach \" , Z by \" watermelon cobra \"", "target": "+ peach watermelon cobra peach * -"}
{"source": "Rules: * Y * * Z X | Substitutions: X by \" horse \" , Y by \" peach blackberry \" , Z by \" eagle \"", "target": "* peach blackberry * * eagle horse"}
{"source": "Rules: Z - + Z - | Substitutions: Z by \" watermelon \"", "target": "watermelon - + watermelon -"}
{"source": "Rules: Y = Y - Z | Substitutions: Y by \" eagle kiwi \" , Z by \" blueberry \"", "target": "eagle kiwi = eagle kiwi - blueberry"}
{"source": "Rules: X * + = Y | Substitutions: X by \" grape banana \" , Y by \" grape watermelon \"", "target": "grape banana * + = grape watermelon"}
{"source": "Rules: - X = X | Substitutions: X by \" horse \"", "target": "- horse = horse"}
{"source": "Rules: Y X X + + + | Substitutions: X by \" kiwi \" , Y by \" grape kiwi \"", "target": "grape kiwi kiwi kiwi + + +"}
{"source": "Rules: Y = + Z Z - | Substitutions: Y by \" grape watermelon \" , Z by \" pear blackberry \"", "target": "grape watermelon = + pear blackberry pear blackberry -"}
{"source": "Rules: - + Z X | Substitutions: X by \" penguin \" , Z by \" strawberry \"", "target": "- + strawberry penguin"}
{"source": "Rules: + * Z Y Z | Substitutions: Y by \" horse \" , Z by \" pear shark \"", "target": "+ * pear shark horse pear shark"}
{"source": "Rules: * Y - X + | Substitutions: X by \" zebra rat \" , Y by \" horse shark \"", "target": "* horse shark - zebra rat +"}
{"source": "Rules: Z - = * X | Substitutions: X by \" apple grape \" , Z by \" stork \"", "target": "stork - = * apple grape"}
{"source": "Rules: Z - X = - | Substitutions: X by \" horse zebra \" , Z by \" banana horse \"", "target": "banana horse - horse zebra = -"}
{"source": "Rules: * X = Y | Substitutions: X by \" horse grape \" , Y by \" kiwi \"", "target": "* horse grape = kiwi"}
{"source": "Rules: * * Z = Y X | Substitutions: X by \" apple rat \" , Y by \" blueberry \" , Z by \" blueberry \"", "target": "* * blueberry = blueberry apple rat"}
{"source": "Rules: Y X + = * | Substitutions: X by \" stork eagle \" , Y by \" eagle \"", "target": "eagle stork eagle + = *"}
{"source": "Rules: Z + * Z X | Substitutions: X by \" penguin grape \" , Z by \" kiwi zebra \"", "target": "kiwi zebra + * kiwi zebra penguin grape"}
{"source": "Rules: * * X Z | Substitutions: X by \" stork lion \" , Z by \" horse seal \"", "target": "* * stork lion horse seal"}
{"source": "Rules: - X + Y | Substitutions: X by \" peach \" , Y by \" banana zebra \"", "target": "- peach + banana zebra"}
{"source": "Rules: + Y + Z | Substitutions: Y by \" banana \" , Z by \" banana \"", "target": "+ banana + banana"}
{"source": "Rules: * Z X - | Substitutions: X by \" pear apple \" , Z by \" apple zebra \"", "target": "* apple zebra pear apple -"}
{"source": "Rules: - X Z Y * | Substitutions: X by \" shark \" , Y by \" whale \" , Z by \" strawberry \"", "target": "- shark strawberry whale *"}
{"source": "Rules: Y Y Z = + | Substitutions: Y by \" kiwi \" , Z by \" strawberry eagle \"", "target": "kiwi kiwi strawberry eagle = +"}
{"source": "Rules: * Z = X = Y | Substitutions: X by \" seal apple \" , Y by \" buffalo banana \" , Z by \" blueberry \"", "target": "* blueberry = seal apple = buffalo banana"}
{"source": "Rules: Y + + X X | Substitutions: X by \" seal eagle \" , Y by \" lion \"", "target": "lion + + seal eagle seal eagle"}
{"source": "Rules: Y = = = Z | Substitutions: Y by \" zebra \" , Z by \" apple \"", "target": "zebra = = = apple"}
{"source": "Rules: = X Z + Z | Substitutions: X by \" blackberry cobra \" , Z by \" strawberry \"", "target": "= blackberry cobra strawberry + strawberry"}
{"source": "Rules: + = Z X * | Substitutions: X by \" seal \" , Z by \" grape \"", "target": "+ = grape seal *"}
{"source": "Rules: + Y X * | Substitutions: X by \" zebra pear \" , Y by \" whale stork \"", "target": "+ whale stork zebra pear *"}
{"source": "Rules: + Z - X X | Substitutions: X by \" lion \" , Z by \" buffalo \"", "target": "+ buffalo - lion lion"}
{"source": "Rules: Y = = Y | Substitutions: Y by \" apple whale \"", "target": "apple whale = = apple whale"}
{"source": "Rules: - + Z Z | Substitutions: Z by \" kiwi buffalo \"", "target": "- + kiwi buffalo kiwi buffalo"}
{"source": "Rules: X Y + - * | Substitutions: X by \" apple blackberry \" , Y by \" apple banana \"", "target": "apple blackberry apple banana + - *"}
{"source": "Rules: - X = Y | Substitutions: X by \" kiwi blueberry \" , Y by \" blackberry \"", "target": "- kiwi blueberry = blackberry"}
{"source": "Rules: Z X + X * | Substitutions: X by \" lion \" , Z by \" pear \"", "target": "pear lion + lion *"}
{"source": "Rules: X - * X + | Substitutions: X by \" zebra \"", "target": "zebra - * zebra +"}
{"source": "Rules: X Z * * * | Substitutions: X by \" buffalo \" , Z by \" horse horse \"", "target": "buffalo horse horse * * *"}
{"source": "Rules: Z = Z * X | Substitutions: X by \" banana \" , Z by \" zebra strawberry \"", "target": "zebra strawberry = zebra strawberry * banana"}
{"source": "Rules: * Z = Z = Y | Substitutions: Y by \" seal \" , Z by \" apple \"", "target": "* apple = apple = seal"}
{"source": "Rules: Z + Y - + | Substitutions: Y by \" zebra \" , Z by \" blackberry banana \"", "target": "blackberry banana + zebra - +"}
{"source": "Rules: Z * X * | Substitutions: X by \" whale \" , Z by \" cobra \"", "target": "cobra * whale *"}
{"source": "Rules: Y = * Y X | Substitutions: X by \" rat cobra \" , Y by \" zebra penguin \"", "target": "zebra penguin = * zebra penguin rat cobra"}
{"source": "Rules: - Z + Y | Substitutions: Y by \" kiwi \" , Z by \" kiwi strawberry \"", "target": "- kiwi strawberry + kiwi"}
{"source": "Rules: X = - X Z | Substitutions: X by \" blackberry \" , Z by \" blackberry \"", "target": "blackberry = - blackberry blackberry"}
{"source": "Rules: Z - Y * | Substitutions: Y by \" cobra lion \" , Z by \" penguin rat \"", "target": "penguin rat - cobra lion *"}
{"source": "Rules: Y + + + Z | Substitutions: Y by \" zebra penguin \" , Z by \" stork strawberry \"", "target": "zebra penguin + + + stork strawberry"}
{"source": "Rules: + = Z X * | Substitutions: X by \" rat \" , Z by \" shark \"", "target": "+ = shark rat *"}
{"source": "Rules: Y = Z + | Substitutions: Y by \" cobra zebra \" , Z by \" horse \"", "target": "cobra zebra = horse +"}
{"source": "Rules: Y Z - + * | Substitutions: Y by \" penguin banana \" , Z by \" strawberry kiwi \"", "target": "penguin banana strawberry kiwi - + *"}
{"source": "Rules: + - Z X | Substitutions: X by \" seal stork \" , Z by \" apple stork \"", "target": "+ - apple stork seal stork"}
{"source": "Rules: Y = + Y Z | Substitutions: Y by \" watermelon \" , Z by \" whale pear \"", "target": "watermelon = + watermelon whale pear"}
{"source": "Rules: X * * X | Substitutions: X by \" rat lion \"", "target": "rat lion * * rat lion"}
{"source": "Rules: - Z Y = X | Substitutions: X by \" grape \" , Y by \" watermelon peach \" , Z by \" kiwi \"", "target": "- kiwi watermelon peach = grape"}
{"source": "Rules: * = Z * Z X | Substitutions: X by \" banana grape \" , Z by \" stork \"", "target": "* = stork * stork banana grape"}
{"source": "Rules: + = Y X * | Substitutions: X by \" apple \" , Y by \" rat \"", "target": "+ = rat apple *"}
{"source": "Rules: Z Z = * * | Substitutions: Z by \" zebra \"", "target": "zebra zebra = * *"}
{"source": "Rules: * Y Z + | Substitutions: Y by \" rat \" , Z by \" blackberry \"", "target": "* rat blackberry +"}
{"source": "Rules: - X Z Z = + | Substitutions: X by \" watermelon lion \" , Z by \" pear \"", "target": "- watermelon lion pear pear = +"}
{"source": "Rules: + Y + + Z | Substitutions: Y by \" peach eagle \" , Z by \" pear \"", "target": "+ peach eagle + + pear"}
{"source": "Rules: Z * - Y Z | Substitutions: Y by \" buffalo \" , Z by \" strawberry buffalo \"", "target": "strawberry buffalo * - buffalo strawberry buffalo"}
{"source": "Rules: + X Z - Y | Substitutions: X by \" grape \" , Y by \" seal \" , Z by \" seal \"", "target": "+ grape seal - seal"}
{"source": "Rules: * X Y Z + | Substitutions: X by \" blueberry rat \" , Y by \" cobra \" , Z by \" seal cobra \"", "target": "* blueberry rat cobra seal cobra +"}
{"source": "Rules: * + + Y X Y | Substitutions: X by \" cobra peach \" , Y by \" grape apple \"", "target": "* + + grape apple cobra peach grape apple"}
{"source": "Rules: - - Z Y + Y | Substitutions: Y by \" pear peach \" , Z by \" shark strawberry \"", "target": "- - shark strawberry pear peach + pear peach"}
{"source": "Rules: Y + + Z + | Substitutions: Y by \" watermelon lion \" , Z by \" rat buffalo \"", "target": "watermelon lion + + rat buffalo +"}
{"source": "Rules: * Y X * | Substitutions: X by \" blackberry pear \" , Y by \" rat \"", "target": "* rat blackberry pear *"}
{"source": "Rules: * X Y X = * | Substitutions: X by \" shark \" , Y by \" seal cobra \"", "target": "* shark seal cobra shark = *"}
{"source": "Rules: - * Y + Z | Substitutions: Y by \" seal \" , Z by \" cobra watermelon \"", "target": "- * seal + cobra watermelon"}
{"source": "Rules: * X = = Y X | Substitutions: X by \" banana \" , Y by \" lion horse \"", "target": "* banana = = lion horse banana"}
{"source": "Rules: Y Y = + - | Substitutions: Y by \" penguin \"", "target": "penguin penguin = + -"}
{"source": "Rules: - Y - Y Z + | Substitutions: Y by \" pear banana \" , Z by \" banana kiwi \"", "target": "- pear banana - pear banana banana kiwi +"}
{"source": "Rules: - X = X | Substitutions: X by \" penguin \"", "target": "- penguin = penguin"}
{"source": "Rules: - Y Y + | Substitutions: Y by \" penguin \"", "target": "- penguin penguin +"}
{"source": "Rules: - + = Y Z | Substitutions: Y by \" grape shark \" , Z by \" lion watermelon \"", "target": "- + = grape shark lion watermelon"}
{"source": "Rules: = Z - Z - | Substitutions: Z by \" cobra \"", "target": "= cobra - cobra -"}
{"source": "Rules: - X * Z * | Substitutions: X by \" zebra \" , Z by \" kiwi whale \"", "target": "- zebra * kiwi whale *"}
{"source": "Rules: Z Z + = | Substitutions: Z by \" horse \"", "target": "horse horse + ="}
{"source": "Rules: X - X Z + | Substitutions: X by \" grape kiwi \" , Z by \" kiwi \"", "target": "grape kiwi - grape kiwi kiwi +"}
{"source": "Rules: + * Z Y | Substitutions: Y by \" shark peach \" , Z by \" zebra \"", "target": "+ * zebra shark peach"}
{"source": "Rules: Z + X = X = | Substitutions: X by \" rat \" , Z by \" eagle \"", "target": "eagle + rat = rat ="}
{"source": "Rules: Z X + - * | Substitutions: X by \" lion \" , Z by \" watermelon blueberry \"", "target": "watermelon blueberry lion + - *"}
{"source": "Rules: - Z - Y Y | Substitutions: Y by \" shark \" , Z by \" shark \"", "target": "- shark - shark shark"}
{"source": "Rules: + = Y = Z Y | Substitutions: Y by \" blueberry rat \" , Z by \" rat pear \"", "target": "+ = blueberry rat = rat pear blueberry rat"}
{"source": "Rules: - - X X - Z | Substitutions: X by \" banana eagle \" , Z by \" grape \"", "target": "- - banana eagle banana eagle - grape"}
{"source": "Rules: - X * * Z | Substitutions: X by \" eagle apple \" , Z by \" blueberry eagle \"", "target": "- eagle apple * * blueberry eagle"}
{"source": "Rules: = Y - Z | Substitutions: Y by \" buffalo \" , Z by \" seal blackberry \"", "target": "= buffalo - seal blackberry"}
{"source": "Rules: * Y * * Z Z | Substitutions: Y by \" kiwi stork \" , Z by \" stork rat \"", "target": "* kiwi stork * * stork rat stork rat"}
{"source": "Rules: X + + Y * | Substitutions: X by \" lion shark \" , Y by \" blueberry apple \"", "target": "lion shark + + blueberry apple *"}
{"source": "Rules: X X = Y = | Substitutions: X by \" zebra \" , Y by \" banana \"", "target": "zebra zebra = banana ="}
{"source": "Rules: Z = Y - + X | Substitutions: X by \" seal \" , Y by \" lion \" , Z by \" banana \"", "target": "banana = lion - + seal"}
{"source": "Rules: - Y * X | Substitutions: X by \" watermelon \" , Y by \" stork kiwi \"", "target": "- stork kiwi * watermelon"}
{"source": "Rules: Z Y = + | Substitutions: Y by \" blackberry \" , Z by \" apple rat \"", "target": "apple rat blackberry = +"}
{"source": "Rules: * Z Z Z = | Substitutions: Z by \" banana shark \"", "target": "* banana shark banana shark banana shark ="}
{"source": "Rules: X + X Z * - | Substitutions: X by \" lion zebra \" , Z by \" pear rat \"", "target": "lion zebra + lion zebra pear rat * -"}
{"source": "Rules: Z = X + | Substitutions: X by \" watermelon lion \" , Z by \" penguin \"", "target": "penguin = watermelon lion +"}
{"source": "Rules: * = Z + X | Substitutions: X by \" penguin \" , Z by \" strawberry watermelon \"", "target": "* = strawberry watermelon + penguin"}
{"source": "Rules: X + Y - X - | Substitutions: X by \" grape \" , Y by \" pear \"", "target": "grape + pear - grape -"}
{"source": "Rules: Z = Y + = | Substitutions: Y by \" grape blackberry \" , Z by \" peach \"", "target": "peach = grape blackberry + ="}
{"source": "Rules: * * Z - Z | Substitutions: Z by \" strawberry apple \"", "target": "* * strawberry apple - strawberry apple"}
{"source": "Rules: + * Y X | Substitutions: X by \" seal watermelon \" , Y by \" apple rat \"", "target": "+ * apple rat seal watermelon"}
{"source": "Rules: + - X + Y X | Substitutions: X by \" blueberry zebra \" , Y by \" zebra \"", "target": "+ - blueberry zebra + zebra blueberry zebra"}
{"source": "Rules: + Y * Y * | Substitutions: Y by \" grape blueberry \"", "target": "+ grape blueberry * grape blueberry *"}
{"source": "Rules: Y + Z = | Substitutions: Y by \" kiwi \" , Z by \" strawberry \"", "target": "kiwi + strawberry ="}
{"source": "Rules: - X Y * Z | Substitutions: X by \" blueberry blueberry \" , Y by \" buffalo watermelon \" , Z by \" stork \"", "target": "- blueberry blueberry buffalo watermelon * stork"}
{"source": "Rules: + Y - X = | Substitutions: X by \" horse whale \" , Y by \" penguin \"", "target": "+ penguin - horse whale ="}
{"source": "Rules: * + X Z | Substitutions: X by \" peach \" , Z by \" rat banana \"", "target": "* + peach rat banana"}
{"source": "Rules: X = Z + | Substitutions: X by \" strawberry \" , Z by \" horse \"", "target": "strawberry = horse +"}
{"source": "Rules: = = Z Z | Substitutions: Z by \" cobra peach \"", "target": "= = cobra peach cobra peach"}
{"source": "Rules: - Z = Y | Substitutions: Y by \" kiwi pear \" , Z by \" seal \"", "target": "- seal = kiwi pear"}
{"source": "Rules: X X * * | Substitutions: X by \" apple apple \"", "target": "apple apple apple apple * *"}
{"source": "Rules: X X + - | Substitutions: X by \" eagle \"", "target": "eagle eagle + -"}
{"source": "Rules: X = - + Z | Substitutions: X by \" zebra \" , Z by \" pear peach \"", "target": "zebra = - + pear peach"}
{"source": "Rules: X = X + * | Substitutions: X by \" cobra buffalo \"", "target": "cobra buffalo = cobra buffalo + *"}
{"source": "Rules: + Y Y - | Substitutions: Y by \" horse \"", "target": "+ horse horse -"}
{"source": "Rules: Z Z Z - * | Substitutions: Z by \" seal \"", "target": "seal seal seal - *"}
{"source": "Rules: X = Z + - X | Substitutions: X by \" peach cobra \" , Z by \" penguin strawberry \"", "target": "peach cobra = penguin strawberry + - peach cobra"}
{"source": "Rules: Z Y * + | Substitutions: Y by \" eagle stork \" , Z by \" watermelon kiwi \"", "target": "watermelon kiwi eagle stork * +"}
{"source": "Rules: = Y Z * | Substitutions: Y by \" grape pear \" , Z by \" strawberry \"", "target": "= grape pear strawberry *"}
{"source": "Rules: = Z X Y * = | Substitutions: X by \" eagle whale \" , Y by \" rat \" , Z by \" eagle blackberry \"", "target": "= eagle blackberry eagle whale rat * ="}
{"source": "Rules: = - X - X | Substitutions: X by \" apple \"", "target": "= - apple - apple"}
{"source": "Rules: = Y - X = Z | Substitutions: X by \" buffalo zebra \" , Y by \" shark banana \" , Z by \" penguin \"", "target": "= shark banana - buffalo zebra = penguin"}
{"source": "Rules: - X = Z X = | Substitutions: X by \" whale strawberry \" , Z by \" seal buffalo \"", "target": "- whale strawberry = seal buffalo whale strawberry ="}
{"source": "Rules: * Z Z - - | Substitutions: Z by \" stork shark \"", "target": "* stork shark stork shark - -"}
{"source": "Rules: Y - X - + | Substitutions: X by \" penguin \" , Y by \" blackberry banana \"", "target": "blackberry banana - penguin - +"}
{"source": "Rules: + X Z Y + | Substitutions: X by \" blueberry \" , Y by \" buffalo \" , Z by \" blackberry \"", "target": "+ blueberry blackberry buffalo +"}
{"source": "Rules: Z = Y Y - = | Substitutions: Y by \" blueberry eagle \" , Z by \" blueberry \"", "target": "blueberry = blueberry eagle blueberry eagle - ="}
{"source": "Rules: Y - Z Y + | Substitutions: Y by \" kiwi \" , Z by \" peach whale \"", "target": "kiwi - peach whale kiwi +"}
{"source": "Rules: Z X * Y * - | Substitutions: X by \" blueberry watermelon \" , Y by \" buffalo banana \" , Z by \" buffalo \"", "target": "buffalo blueberry watermelon * buffalo banana * -"}
{"source": "Rules: - Z X = Y | Substitutions: X by \" lion kiwi \" , Y by \" apple \" , Z by \" apple \"", "target": "- apple lion kiwi = apple"}
{"source": "Rules: + Y Y - | Substitutions: Y by \" eagle \"", "target": "+ eagle eagle -"}
{"source": "Rules: + * Y X | Substitutions: X by \" shark pear \" , Y by \" peach \"", "target": "+ * peach shark pear"}
{"source": "Rules: Y = * Y + Z | Substitutions: Y by \" stork apple \" , Z by \" watermelon kiwi \"", "target": "stork apple = * stork apple + watermelon kiwi"}
{"source": "Rules: * * Y Z | Substitutions: Y by \" eagle \" , Z by \" zebra \"", "target": "* * eagle zebra"}
{"source": "Rules: Z * Y X = * | Substitutions: X by \" peach zebra \" , Y by \" blueberry \" , Z by \" rat \"", "target": "rat * blueberry peach zebra = *"}
{"source": "Rules: = Y = Y Z | Substitutions: Y by \" whale peach \" , Z by \" eagle whale \"", "target": "= whale peach = whale peach eagle whale"}
{"source": "Rules: + Z X + | Substitutions: X by \" grape \" , Z by \" peach lion \"", "target": "+ peach lion grape +"}
{"source": "Rules: Y - = Y | Substitutions: Y by \" whale whale \"", "target": "whale whale - = whale whale"}
{"source": "Rules: - = Z X Z * | Substitutions: X by \" strawberry \" , Z by \" banana \"", "target": "- = banana strawberry banana *"}
{"source": "Rules: Y Y - X - * | Substitutions: X by \" horse \" , Y by \" blueberry grape \"", "target": "blueberry grape blueberry grape - horse - *"}
{"source": "Rules: Z + = Z Y | Substitutions: Y by \" zebra seal \" , Z by \" penguin blackberry \"", "target": "penguin blackberry + = penguin blackberry zebra seal"}
{"source": "Rules: X Y * = | Substitutions: X by \" rat \" , Y by \" kiwi blueberry \"", "target": "rat kiwi blueberry * ="}
{"source": "Rules: + Z Z + + X | Substitutions: X by \" kiwi \" , Z by \" rat \"", "target": "+ rat rat + + kiwi"}
{"source": "Rules: X = + Y X | Substitutions: X by \" peach grape \" , Y by \" pear \"", "target": "peach grape = + pear peach grape"}
{"source": "Rules: - Y Z - + | Substitutions: Y by \" pear \" , Z by \" penguin strawberry \"", "target": "- pear penguin strawberry - +"}
{"source": "Rules: Z Y - * Y + | Substitutions: Y by \" strawberry \" , Z by \" apple kiwi \"", "target": "apple kiwi strawberry - * strawberry +"}
{"source": "Rules: - = Y X X - | Substitutions: X by \" penguin \" , Y by \" cobra whale \"", "target": "- = cobra whale penguin penguin -"}
{"source": "Rules: Z Z - = X | Substitutions: X by \" banana banana \" , Z by \" buffalo lion \"", "target": "buffalo lion buffalo lion - = banana banana"}
{"source": "Rules: + Y X + | Substitutions: X by \" buffalo cobra \" , Y by \" rat watermelon \"", "target": "+ rat watermelon buffalo cobra +"}
{"source": "Rules: * * + Y X | Substitutions: X by \" blackberry \" , Y by \" pear \"", "target": "* * + pear blackberry"}
{"source": "Rules: Z X + X = * | Substitutions: X by \" stork \" , Z by \" eagle \"", "target": "eagle stork + stork = *"}
{"source": "Rules: X Y + + | Substitutions: X by \" rat \" , Y by \" watermelon \"", "target": "rat watermelon + +"}
{"source": "Rules: Z Y * * = Z | Substitutions: Y by \" apple \" , Z by \" zebra lion \"", "target": "zebra lion apple * * = zebra lion"}
{"source": "Rules: - * X = X | Substitutions: X by \" kiwi banana \"", "target": "- * kiwi banana = kiwi banana"}
{"source": "Rules: Y Y Y - - | Substitutions: Y by \" seal shark \"", "target": "seal shark seal shark seal shark - -"}
{"source": "Rules: X - Y = - Z | Substitutions: X by \" watermelon shark \" , Y by \" grape \" , Z by \" shark cobra \"", "target": "watermelon shark - grape = - shark cobra"}
{"source": "Rules: Y X * * Z | Substitutions: X by \" peach \" , Y by \" horse \" , Z by \" shark \"", "target": "horse peach * * shark"}
{"source": "Rules: X + - Z X | Substitutions: X by \" pear apple \" , Z by \" seal \"", "target": "pear apple + - seal pear apple"}
{"source": "Rules: Z Y X * = - | Substitutions: X by \" eagle \" , Y by \" watermelon \" , Z by \" penguin \"", "target": "penguin watermelon eagle * = -"}
{"source": "Rules: * Y Z Y = | Substitutions: Y by \" stork \" , Z by \" horse \"", "target": "* stork horse stork ="}
{"source": "Rules: + Y Y X * = | Substitutions: X by \" rat \" , Y by \" lion \"", "target": "+ lion lion rat * ="}
{"source": "Rules: Z = Z - * | Substitutions: Z by \" blueberry \"", "target": "blueberry = blueberry - *"}
{"source": "Rules: = - Z Y | Substitutions: Y by \" peach \" , Z by \" blueberry \"", "target": "= - blueberry peach"}
{"source": "Rules: Z - Y Z = | Substitutions: Y by \" stork \" , Z by \" watermelon banana \"", "target": "watermelon banana - stork watermelon banana ="}
{"source": "Rules: X Y - - = | Substitutions: X by \" peach \" , Y by \" seal \"", "target": "peach seal - - ="}
{"source": "Rules: Y - X = Y | Substitutions: X by \" peach penguin \" , Y by \" eagle penguin \"", "target": "eagle penguin - peach penguin = eagle penguin"}
{"source": "Rules: + Z + Y | Substitutions: Y by \" rat penguin \" , Z by \" penguin \"", "target": "+ penguin + rat penguin"}
{"source": "Rules: + Y X - = Y | Substitutions: X by \" horse zebra \" , Y by \" eagle \"", "target": "+ eagle horse zebra - = eagle"}
{"source": "Rules: - * - X Z | Substitutions: X by \" blackberry \" , Z by \" banana \"", "target": "- * - blackberry banana"}
{"source": "Rules: Z Z + * Z * | Substitutions: Z by \" blueberry lion \"", "target": "blueberry lion blueberry lion + * blueberry lion *"}
{"source": "Rules: X = Z + | Substitutions: X by \" penguin \" , Z by \" zebra blueberry \"", "target": "penguin = zebra blueberry +"}
{"source": "Rules: - X = + Z | Substitutions: X by \" whale grape \" , Z by \" buffalo pear \"", "target": "- whale grape = + buffalo pear"}
{"source": "Rules: Z Y Y - = | Substitutions: Y by \" watermelon whale \" , Z by \" rat \"", "target": "rat watermelon whale watermelon whale - ="}
{"source": "Rules: Y + * * Z X | Substitutions: X by \" buffalo \" , Y by \" buffalo whale \" , Z by \" stork apple \"", "target": "buffalo whale + * * stork apple buffalo"}
{"source": "Rules: X Y - + | Substitutions: X by \" eagle \" , Y by \" stork \"", "target": "eagle stork - +"}
{"source": "Rules: X - * X Y + | Substitutions: X by \" grape \" , Y by \" buffalo banana \"", "target": "grape - * grape buffalo banana +"}
{"source": "Rules: + * Y Y Y | Substitutions: Y by \" blueberry blueberry \"", "target": "+ * blueberry blueberry blueberry blueberry blueberry blueberry"}
{"source": "Rules: + + X Y Z | Substitutions: X by \" blackberry \" , Y by \" strawberry \" , Z by \" blackberry blackberry \"", "target": "+ + blackberry strawberry blackberry blackberry"}
{"source": "Rules: = + Y - X | Substitutions: X by \" eagle blueberry \" , Y by \" grape \"", "target": "= + grape - eagle blueberry"}
{"source": "Rules: X - * Y | Substitutions: X by \" banana \" , Y by \" shark whale \"", "target": "banana - * shark whale"}
{"source": "Rules: + - Z Z | Substitutions: Z by \" eagle \"", "target": "+ - eagle eagle"}
{"source": "Rules: Z Y Z - + | Substitutions: Y by \" strawberry watermelon \" , Z by \" apple \"", "target": "apple strawberry watermelon apple - +"}
{"source": "Rules: Z + = Z Y | Substitutions: Y by \" rat grape \" , Z by \" peach \"", "target": "peach + = peach rat grape"}
{"source": "Rules: = + Z Z X | Substitutions: X by \" horse \" , Z by \" eagle banana \"", "target": "= + eagle banana eagle banana horse"}
{"source": "Rules: * + Z - Z | Substitutions: Z by \" cobra shark \"", "target": "* + cobra shark - cobra shark"}
{"source": "Rules: Y * Y + + | Substitutions: Y by \" seal \"", "target": "seal * seal + +"}
{"source": "Rules: Z Z * X * = | Substitutions: X by \" shark \" , Z by \" blackberry \"", "target": "blackberry blackberry * shark * ="}
{"source": "Rules: - - - Z Z | Substitutions: Z by \" strawberry eagle \"", "target": "- - - strawberry eagle strawberry eagle"}
{"source": "Rules: * = Z Y + | Substitutions: Y by \" rat \" , Z by \" zebra penguin \"", "target": "* = zebra penguin rat +"}
{"source": "Rules: Y = = X | Substitutions: X by \" watermelon grape \" , Y by \" eagle stork \"", "target": "eagle stork = = watermelon grape"}
{"source": "Rules: X = - X - | Substitutions: X by \" apple eagle \"", "target": "apple eagle = - apple eagle -"}
{"source": "Rules: * Y - Y X | Substitutions: X by \" horse apple \" , Y by \" seal penguin \"", "target": "* seal penguin - seal penguin horse apple"}
{"source": "Rules: - * Z = Y | Substitutions: Y by \" blueberry horse \" , Z by \" zebra \"", "target": "- * zebra = blueberry horse"}
{"source": "Rules: = Y Z X + | Substitutions: X by \" pear \" , Y by \" banana blackberry \" , Z by \" penguin \"", "target": "= banana blackberry penguin pear +"}
{"source": "Rules: X + * Z * | Substitutions: X by \" stork grape \" , Z by \" eagle cobra \"", "target": "stork grape + * eagle cobra *"}
{"source": "Rules: + Z X + | Substitutions: X by \" peach banana \" , Z by \" watermelon blueberry \"", "target": "+ watermelon blueberry peach banana +"}
{"source": "Rules: Y Z - Y + | Substitutions: Y by \" blackberry grape \" , Z by \" eagle apple \"", "target": "blackberry grape eagle apple - blackberry grape +"}
{"source": "Rules: + Y * X | Substitutions: X by \" cobra watermelon \" , Y by \" buffalo strawberry \"", "target": "+ buffalo strawberry * cobra watermelon"}
{"source": "Rules: - - = Z X Y | Substitutions: X by \" stork apple \" , Y by \" kiwi \" , Z by \" blueberry stork \"", "target": "- - = blueberry stork stork apple kiwi"}
{"source": "Rules: = X Z = Z | Substitutions: X by \" banana peach \" , Z by \" grape peach \"", "target": "= banana peach grape peach = grape peach"}
{"source": "Rules: Y X + - Y | Substitutions: X by \" horse \" , Y by \" peach apple \"", "target": "peach apple horse + - peach apple"}
{"source": "Rules: + Y Y = = X | Substitutions: X by \" rat \" , Y by \" shark lion \"", "target": "+ shark lion shark lion = = rat"}
{"source": "Rules: Z Z * - = | Substitutions: Z by \" banana \"", "target": "banana banana * - ="}
{"source": "Rules: + Z Y Y + | Substitutions: Y by \" stork rat \" , Z by \" penguin \"", "target": "+ penguin stork rat stork rat +"}
{"source": "Rules: X * X * X | Substitutions: X by \" cobra \"", "target": "cobra * cobra * cobra"}
{"source": "Rules: * * = X Z Y | Substitutions: X by \" pear \" , Y by \" kiwi \" , Z by \" peach buffalo \"", "target": "* * = pear peach buffalo kiwi"}
{"source": "Rules: Y + X = + | Substitutions: X by \" seal \" , Y by \" apple cobra \"", "target": "apple cobra + seal = +"}
{"source": "Rules: X * = X X | Substitutions: X by \" penguin kiwi \"", "target": "penguin kiwi * = penguin kiwi penguin kiwi"}
{"source": "Rules: = - Z Z + | Substitutions: Z by \" eagle shark \"", "target": "= - eagle shark eagle shark +"}
{"source": "Rules: - Y * X Z = | Substitutions: X by \" watermelon pear \" , Y by \" strawberry \" , Z by \" kiwi \"", "target": "- strawberry * watermelon pear kiwi ="}
{"source": "Rules: X - Y + X = | Substitutions: X by \" banana pear \" , Y by \" peach \"", "target": "banana pear - peach + banana pear ="}
{"source": "Rules: = * X X X | Substitutions: X by \" seal \"", "target": "= * seal seal seal"}
{"source": "Rules: Y - + Z | Substitutions: Y by \" apple \" , Z by \" lion \"", "target": "apple - + lion"}
{"source": "Rules: Y X Y * + + | Substitutions: X by \" whale \" , Y by \" kiwi \"", "target": "kiwi whale kiwi * + +"}
{"source": "Rules: * X + - X Z | Substitutions: X by \" blackberry \" , Z by \" banana \"", "target": "* blackberry + - blackberry banana"}
{"source": "Rules: Z = - + Z | Substitutions: Z by \" banana apple \"", "target": "banana apple = - + banana apple"}
{"source": "Rules: - X X * | Substitutions: X by \" lion \"", "target": "- lion lion *"}
{"source": "Rules: = X - Z Y * | Substitutions: X by \" rat grape \" , Y by \" watermelon kiwi \" , Z by \" apple blueberry \"", "target": "= rat grape - apple blueberry watermelon kiwi *"}
{"source": "Rules: + X + = Z | Substitutions: X by \" apple \" , Z by \" buffalo banana \"", "target": "+ apple + = buffalo banana"}
{"source": "Rules: X + - = Z | Substitutions: X by \" watermelon \" , Z by \" pear watermelon \"", "target": "watermelon + - = pear watermelon"}
{"source": "Rules: = + X Y Z | Substitutions: X by \" lion \" , Y by \" cobra lion \" , Z by \" blueberry apple \"", "target": "= + lion cobra lion blueberry apple"}
{"source": "Rules: Z * Y - | Substitutions: Y by \" strawberry \" , Z by \" stork cobra \"", "target": "stork cobra * strawberry -"}
{"source": "Rules: Z Y - * Z | Substitutions: Y by \" peach \" , Z by \" stork \"", "target": "stork peach - * stork"}
{"source": "Rules: X X Y + + - | Substitutions: X by \" penguin kiwi \" , Y by \" banana \"", "target": "penguin kiwi penguin kiwi banana + + -"}
{"source": "Rules: - = X Z | Substitutions: X by \" horse horse \" , Z by \" blackberry lion \"", "target": "- = horse horse blackberry lion"}
{"source": "Rules: Y * = Z | Substitutions: Y by \" blackberry grape \" , Z by \" cobra \"", "target": "blackberry grape * = cobra"}
{"source": "Rules: = Y - X | Substitutions: X by \" stork \" , Y by \" whale horse \"", "target": "= whale horse - stork"}
{"source": "Rules: Z X X * * + | Substitutions: X by \" banana \" , Z by \" cobra pear \"", "target": "cobra pear banana banana * * +"}
{"source": "Rules: Y + X Z * * | Substitutions: X by \" pear \" , Y by \" shark \" , Z by \" blackberry lion \"", "target": "shark + pear blackberry lion * *"}
{"source": "Rules: X Z + - = | Substitutions: X by \" blackberry peach \" , Z by \" peach grape \"", "target": "blackberry peach peach grape + - ="}
{"source": "Rules: Z * = + Z X | Substitutions: X by \" kiwi \" , Z by \" cobra whale \"", "target": "cobra whale * = + cobra whale kiwi"}
{"source": "Rules: - X Z + Z | Substitutions: X by \" watermelon \" , Z by \" peach \"", "target": "- watermelon peach + peach"}
{"source": "Rules: Z = * Y - X | Substitutions: X by \" lion seal \" , Y by \" buffalo kiwi \" , Z by \" seal penguin \"", "target": "seal penguin = * buffalo kiwi - lion seal"}
{"source": "Rules: Z - X X = | Substitutions: X by \" strawberry \" , Z by \" blueberry kiwi \"", "target": "blueberry kiwi - strawberry strawberry ="}
{"source": "Rules: Y + X + Z | Substitutions: X by \" rat pear \" , Y by \" blackberry grape \" , Z by \" watermelon zebra \"", "target": "blackberry grape + rat pear + watermelon zebra"}
{"source": "Rules: * X + * Y | Substitutions: X by \" lion whale \" , Y by \" pear banana \"", "target": "* lion whale + * pear banana"}
{"source": "Rules: Z Z = = Z | Substitutions: Z by \" banana \"", "target": "banana banana = = banana"}
{"source": "Rules: X Z + * X | Substitutions: X by \" horse \" , Z by \" whale \"", "target": "horse whale + * horse"}
{"source": "Rules: Z + = Z | Substitutions: Z by \" watermelon whale \"", "target": "watermelon whale + = watermelon whale"}
{"source": "Rules: Y Z X - + | Substitutions: X by \" watermelon eagle \" , Y by \" shark \" , Z by \" apple whale \"", "target": "shark apple whale watermelon eagle - +"}
{"source": "Rules: X X * = | Substitutions: X by \" apple rat \"", "target": "apple rat apple rat * ="}
{"source": "Rules: X X = Z - | Substitutions: X by \" lion \" , Z by \" seal \"", "target": "lion lion = seal -"}
{"source": "Rules: = + Y Y | Substitutions: Y by \" seal cobra \"", "target": "= + seal cobra seal cobra"}
{"source": "Rules: Z Z = + Z | Substitutions: Z by \" strawberry stork \"", "target": "strawberry stork strawberry stork = + strawberry stork"}
{"source": "Rules: * Y * Y Y - | Substitutions: Y by \" strawberry grape \"", "target": "* strawberry grape * strawberry grape strawberry grape -"}
{"source": "Rules: Y Z - Y + | Substitutions: Y by \" whale \" , Z by \" lion \"", "target": "whale lion - whale +"}
{"source": "Rules: * Z * Z + | Substitutions: Z by \" penguin \"", "target": "* penguin * penguin +"}
{"source": "Rules: Z * Z * Z - | Substitutions: Z by \" kiwi \"", "target": "kiwi * kiwi * kiwi -"}
{"source": "Rules: = X = - Z | Substitutions: X by \" blueberry \" , Z by \" whale horse \"", "target": "= blueberry = - whale horse"}
{"source": "Rules: + - X Y | Substitutions: X by \" buffalo zebra \" , Y by \" watermelon strawberry \"", "target": "+ - buffalo zebra watermelon strawberry"}
{"source": "Rules: Z - - Z | Substitutions: Z by \" lion seal \"", "target": "lion seal - - lion seal"}
{"source": "Rules: = Y Y Y - | Substitutions: Y by \" peach \"", "target": "= peach peach peach -"}
{"source": "Rules: Y Y = * Y - | Substitutions: Y by \" zebra \"", "target": "zebra zebra = * zebra -"}
{"source": "Rules: + = = Y Y | Substitutions: Y by \" rat \"", "target": "+ = = rat rat"}
{"source": "Rules: - Z Y = + | Substitutions: Y by \" eagle \" , Z by \" blackberry seal \"", "target": "- blackberry seal eagle = +"}
{"source": "Rules: X = Y X = | Substitutions: X by \" blueberry whale \" , Y by \" strawberry cobra \"", "target": "blueberry whale = strawberry cobra blueberry whale ="}
{"source": "Rules: * X + * X Y | Substitutions: X by \" blackberry horse \" , Y by \" whale watermelon \"", "target": "* blackberry horse + * blackberry horse whale watermelon"}
{"source": "Rules: = = X X = | Substitutions: X by \" watermelon penguin \"", "target": "= = watermelon penguin watermelon penguin ="}
{"source": "Rules: - = Z Y | Substitutions: Y by \" lion strawberry \" , Z by \" horse \"", "target": "- = horse lion strawberry"}
{"source": "Rules: * Z X + X - | Substitutions: X by \" buffalo banana \" , Z by \" lion lion \"", "target": "* lion lion buffalo banana + buffalo banana -"}
{"source": "Rules: X = * Z - | Substitutions: X by \" eagle cobra \" , Z by \" apple blackberry \"", "target": "eagle cobra = * apple blackberry -"}
{"source": "Rules: + X - Z | Substitutions: X by \" stork watermelon \" , Z by \" zebra buffalo \"", "target": "+ stork watermelon - zebra buffalo"}
{"source": "Rules: - Y * X Z | Substitutions: X by \" banana \" , Y by \" pear zebra \" , Z by \" buffalo \"", "target": "- pear zebra * banana buffalo"}
{"source": "Rules: X Y = * - Y | Substitutions: X by \" watermelon cobra \" , Y by \" blackberry \"", "target": "watermelon cobra blackberry = * - blackberry"}
{"source": "Rules: Z = X + | Substitutions: X by \" blueberry banana \" , Z by \" grape \"", "target": "grape = blueberry banana +"}
{"source": "Rules: X = X + | Substitutions: X by \" whale \"", "target": "whale = whale +"}
{"source": "Rules: - Y = Z | Substitutions: Y by \" rat blueberry \" , Z by \" blueberry lion \"", "target": "- rat blueberry = blueberry lion"}
{"source": "Rules: * + X X Y | Substitutions: X by \" lion rat \" , Y by \" banana \"", "target": "* + lion rat lion rat banana"}
{"source": "Rules: Z * + Z Z | Substitutions: Z by \" strawberry pear \"", "target": "strawberry pear * + strawberry pear strawberry pear"}
{"source": "Rules: * Z Y = + Z | Substitutions: Y by \" lion blackberry \" , Z by \" seal \"", "target": "* seal lion blackberry = + seal"}
{"source": "Rules: - - Y * Y | Substitutions: Y by \" horse peach \"", "target": "- - horse peach * horse peach"}
{"source": "Rules: + Z X Z - + | Substitutions: X by \" blueberry \" , Z by \" stork watermelon \"", "target": "+ stork watermelon blueberry stork watermelon - +"}
{"source": "Rules: Y + X - | Substitutions: X by \" strawberry penguin \" , Y by \" penguin whale \"", "target": "penguin whale + strawberry penguin -"}
{"source": "Rules: Z Y * - + | Substitutions: Y by \" seal \" , Z by \" shark \"", "target": "shark seal * - +"}
{"source": "Rules: - Z * Y X - | Substitutions: X by \" rat kiwi \" , Y by \" peach watermelon \" , Z by \" watermelon shark \"", "target": "- watermelon shark * peach watermelon rat kiwi -"}
{"source": "Rules: = + X + Z | Substitutions: X by \" kiwi blackberry \" , Z by \" rat \"", "target": "= + kiwi blackberry + rat"}
{"source": "Rules: * Z - Y | Substitutions: Y by \" watermelon \" , Z by \" strawberry watermelon \"", "target": "* strawberry watermelon - watermelon"}
{"source": "Rules: Z Y = * X | Substitutions: X by \" buffalo banana \" , Y by \" grape \" , Z by \" buffalo horse \"", "target": "buffalo horse grape = * buffalo banana"}
{"source": "Rules: + Y X * | Substitutions: X by \" banana \" , Y by \" cobra whale \"", "target": "+ cobra whale banana *"}
{"source": "Rules: + Y Z Y + * | Substitutions: Y by \" penguin kiwi \" , Z by \" zebra \"", "target": "+ penguin kiwi zebra penguin kiwi + *"}
{"source": "Rules: = Z + * Y | Substitutions: Y by \" lion \" , Z by \" kiwi peach \"", "target": "= kiwi peach + * lion"}
{"source": "Rules: Y Y + Y - | Substitutions: Y by \" cobra whale \"", "target": "cobra whale cobra whale + cobra whale -"}
{"source": "Rules: * = X * Z X | Substitutions: X by \" horse strawberry \" , Z by \" grape \"", "target": "* = horse strawberry * grape horse strawberry"}
{"source": "Rules: = Y Z = * X | Substitutions: X by \" eagle eagle \" , Y by \" banana zebra \" , Z by \" blueberry \"", "target": "= banana zebra blueberry = * eagle eagle"}
{"source": "Rules: X + X + = X | Substitutions: X by \" lion \"", "target": "lion + lion + = lion"}
{"source": "Rules: Z X X * - = | Substitutions: X by \" peach cobra \" , Z by \" stork seal \"", "target": "stork seal peach cobra peach cobra * - ="}
{"source": "Rules: Y * Y X + - | Substitutions: X by \" shark whale \" , Y by \" zebra \"", "target": "zebra * zebra shark whale + -"}
{"source": "Rules: - - X Y | Substitutions: X by \" horse eagle \" , Y by \" buffalo \"", "target": "- - horse eagle buffalo"}
{"source": "Rules: * + = Y Z | Substitutions: Y by \" shark blackberry \" , Z by \" horse \"", "target": "* + = shark blackberry horse"}
{"source": "Rules: = Y = Y Y | Substitutions: Y by \" penguin \"", "target": "= penguin = penguin penguin"}
{"source": "Rules: X * - Y | Substitutions: X by \" blueberry \" , Y by \" peach banana \"", "target": "blueberry * - peach banana"}
{"source": "Rules: + = Z - Y X | Substitutions: X by \" banana buffalo \" , Y by \" kiwi \" , Z by \" cobra watermelon \"", "target": "+ = cobra watermelon - kiwi banana buffalo"}
{"source": "Rules: = * X * Y | Substitutions: X by \" grape \" , Y by \" kiwi pear \"", "target": "= * grape * kiwi pear"}
{"source": "Rules: - X = Y Z | Substitutions: X by \" apple \" , Y by \" stork lion \" , Z by \" penguin apple \"", "target": "- apple = stork lion penguin apple"}
{"source": "Rules: Z - = Z Z + | Substitutions: Z by \" pear blackberry \"", "target": "pear blackberry - = pear blackberry pear blackberry +"}
{"source": "Rules: X * - = X | Substitutions: X by \" strawberry strawberry \"", "target": "strawberry strawberry * - = strawberry strawberry"}
{"source": "Rules: Z X + + + | Substitutions: X by \" whale kiwi \" , Z by \" rat \"", "target": "rat whale kiwi + + +"}
{"source": "Rules: Y Z Y * - - | Substitutions: Y by \" eagle \" , Z by \" lion \"", "target": "eagle lion eagle * - -"}
{"source": "Rules: Z = Z - + X | Substitutions: X by \" peach \" , Z by \" horse \"", "target": "horse = horse - + peach"}
{"source": "Rules: Z Z * - Y | Substitutions: Y by \" strawberry horse \" , Z by \" zebra \"", "target": "zebra zebra * - strawberry horse"}
{"source": "Rules: Y = + X Y | Substitutions: X by \" kiwi lion \" , Y by \" eagle \"", "target": "eagle = + kiwi lion eagle"}
{"source": "Rules: Y * = Y = | Substitutions: Y by \" seal blueberry \"", "target": "seal blueberry * = seal blueberry ="}
{"source": "Rules: Z Z + Y + | Substitutions: Y by \" watermelon \" , Z by \" seal buffalo \"", "target": "seal buffalo seal buffalo + watermelon +"}
{"source": "Rules: * + Z Z * | Substitutions: Z by \" horse \"", "target": "* + horse horse *"}
{"source": "Rules: + Z Z - * | Substitutions: Z by \" kiwi watermelon \"", "target": "+ kiwi watermelon kiwi watermelon - *"}
{"source": "Rules: = = + Z Y | Substitutions: Y by \" penguin strawberry \" , Z by \" stork \"", "target": "= = + stork penguin strawberry"}
{"source": "Rules: X = * * X | Substitutions: X by \" rat rat \"", "target": "rat rat = * * rat rat"}
{"source": "Rules: Y Z Y - = | Substitutions: Y by \" seal \" , Z by \" rat \"", "target": "seal rat seal - ="}
{"source": "Rules: + = X Y | Substitutions: X by \" eagle \" , Y by \" penguin zebra \"", "target": "+ = eagle penguin zebra"}
{"source": "Rules: = X Z Z - | Substitutions: X by \" kiwi \" , Z by \" blueberry blueberry \"", "target": "= kiwi blueberry blueberry blueberry blueberry -"}
{"source": "Rules: = * Z Y - Y | Substitutions: Y by \" apple rat \" , Z by \" apple \"", "target": "= * apple apple rat - apple rat"}
{"source": "Rules: X * Y * - | Substitutions: X by \" seal \" , Y by \" peach peach \"", "target": "seal * peach peach * -"}
{"source": "Rules: Y Y X = * | Substitutions: X by \" lion \" , Y by \" watermelon \"", "target": "watermelon watermelon lion = *"}
{"source": "Rules: * Y - X = Y | Substitutions: X by \" rat \" , Y by \" rat \"", "target": "* rat - rat = rat"}
{"source": "Rules: = X Z Z * | Substitutions: X by \" seal zebra \" , Z by \" peach lion \"", "target": "= seal zebra peach lion peach lion *"}
{"source": "Rules: Y = Y + Y | Substitutions: Y by \" eagle lion \"", "target": "eagle lion = eagle lion + eagle lion"}
{"source": "Rules: + Y - X Z + | Substitutions: X by \" blueberry \" , Y by \" strawberry horse \" , Z by \" watermelon kiwi \"", "target": "+ strawberry horse - blueberry watermelon kiwi +"}
{"source": "Rules: Y = X + = | Substitutions: X by \" blackberry peach \" , Y by \" grape \"", "target": "grape = blackberry peach + ="}
{"source": "Rules: - - Z - Z | Substitutions: Z by \" blackberry \"", "target": "- - blackberry - blackberry"}
{"source": "Rules: Z + - * X Z | Substitutions: X by \" seal rat \" , Z by \" banana \"", "target": "banana + - * seal rat banana"}
{"source": "Rules: X = Z - | Substitutions: X by \" apple shark \" , Z by \" zebra blackberry \"", "target": "apple shark = zebra blackberry -"}
{"source": "Rules: = = X X | Substitutions: X by \" kiwi cobra \"", "target": "= = kiwi cobra kiwi cobra"}
{"source": "Rules: Z Z + X = | Substitutions: X by \" grape \" , Z by \" kiwi \"", "target": "kiwi kiwi + grape ="}
{"source": "Rules: = * Z X Y | Substitutions: X by \" apple \" , Y by \" pear \" , Z by \" shark \"", "target": "= * shark apple pear"}
{"source": "Rules: Z - Z + | Substitutions: Z by \" peach \"", "target": "peach - peach +"}
{"source": "Rules: X Z = + | Substitutions: X by \" blueberry zebra \" , Z by \" whale \"", "target": "blueberry zebra whale = +"}
{"source": "Rules: * Z Z Y = | Substitutions: Y by \" blackberry \" , Z by \" buffalo watermelon \"", "target": "* buffalo watermelon buffalo watermelon blackberry ="}
{"source": "Rules: Z Z * + | Substitutions: Z by \" buffalo \"", "target": "buffalo buffalo * +"}
{"source": "Rules: Z = Y = Y | Substitutions: Y by \" kiwi watermelon \" , Z by \" blackberry pear \"", "target": "blackberry pear = kiwi watermelon = kiwi watermelon"}
{"source": "Rules: Z = * Y | Substitutions: Y by \" seal \" , Z by \" zebra cobra \"", "target": "zebra cobra = * seal"}
{"source": "Rules: X Y = + = | Substitutions: X by \" whale eagle \" , Y by \" whale \"", "target": "whale eagle whale = + ="}
{"source": "Rules: X + = Z Z | Substitutions: X by \" shark \" , Z by \" seal \"", "target": "shark + = seal seal"}
{"source": "Rules: Y - Y * + | Substitutions: Y by \" kiwi \"", "target": "kiwi - kiwi * +"}
{"source": "Rules: Y * = Z | Substitutions: Y by \" blackberry banana \" , Z by \" horse strawberry \"", "target": "blackberry banana * = horse strawberry"}
{"source": "Rules: X - + X Y | Substitutions: X by \" watermelon pear \" , Y by \" whale \"", "target": "watermelon pear - + watermelon pear whale"}
{"source": "Rules: Z Y = * Y * | Substitutions: Y by \" zebra peach \" , Z by \" zebra blueberry \"", "target": "zebra blueberry zebra peach = * zebra peach *"}
{"source": "Rules: = = X Y Y + | Substitutions: X by \" cobra grape \" , Y by \" kiwi blackberry \"", "target": "= = cobra grape kiwi blackberry kiwi blackberry +"}
{"source": "Rules: - Z Y * | Substitutions: Y by \" apple blackberry \" , Z by \" strawberry \"", "target": "- strawberry apple blackberry *"}
{"source": "Rules: = = X X | Substitutions: X by \" penguin \"", "target": "= = penguin penguin"}
{"source": "Rules: X Y + Z * | Substitutions: X by \" lion peach \" , Y by \" zebra \" , Z by \" apple \"", "target": "lion peach zebra + apple *"}
{"source": "Rules: + Z * X - | Substitutions: X by \" whale \" , Z by \" penguin \"", "target": "+ penguin * whale -"}
{"source": "Rules: X X + + Z + | Substitutions: X by \" blackberry pear \" , Z by \" cobra \"", "target": "blackberry pear blackberry pear + + cobra +"}
{"source": "Rules: * * + Z X | Substitutions: X by \" buffalo \" , Z by \" shark \"", "target": "* * + shark buffalo"}
{"source": "Rules: Z X Y * = | Substitutions: X by \" grape \" , Y by \" apple \" , Z by \" eagle \"", "target": "eagle grape apple * ="}
{"source": "Rules: = + X Y + | Substitutions: X by \" watermelon \" , Y by \" watermelon peach \"", "target": "= + watermelon watermelon peach +"}
{"source": "Rules: + Y = Z Y | Substitutions: Y by \" kiwi \" , Z by \" banana \"", "target": "+ kiwi = banana kiwi"}
{"source": "Rules: - Z X = X - | Substitutions: X by \" watermelon penguin \" , Z by \" blackberry \"", "target": "- blackberry watermelon penguin = watermelon penguin -"}
{"source": "Rules: * Z - Z | Substitutions: Z by \" strawberry \"", "target": "* strawberry - strawberry"}
{"source": "Rules: Z X + - | Substitutions: X by \" banana cobra \" , Z by \" zebra kiwi \"", "target": "zebra kiwi banana cobra + -"}
{"source": "Rules: = + - X Y | Substitutions: X by \" penguin rat \" , Y by \" buffalo strawberry \"", "target": "= + - penguin rat buffalo strawberry"}
{"source": "Rules: * = + Y X | Substitutions: X by \" buffalo \" , Y by \" apple \"", "target": "* = + apple buffalo"}
{"source": "Rules: Y X + = | Substitutions: X by \" seal \" , Y by \" blackberry \"", "target": "blackberry seal + ="}
{"source": "Rules: * X + Z | Substitutions: X by \" grape \" , Z by \" pear buffalo \"", "target": "* grape + pear buffalo"}
{"source": "Rules: - Y * Z Y * | Substitutions: Y by \" peach penguin \" , Z by \" whale \"", "target": "- peach penguin * whale peach penguin *"}
{"source": "Rules: X = = Z * X | Substitutions: X by \" blueberry banana \" , Z by \" whale \"", "target": "blueberry banana = = whale * blueberry banana"}
{"source": "Rules: * X + Z | Substitutions: X by \" blueberry stork \" , Z by \" eagle shark \"", "target": "* blueberry stork + eagle shark"}
{"source": "Rules: + Y Z = Z | Substitutions: Y by \" peach \" , Z by \" eagle \"", "target": "+ peach eagle = eagle"}
{"source": "Rules: Z Y * Y - + | Substitutions: Y by \" apple grape \" , Z by \" whale \"", "target": "whale apple grape * apple grape - +"}
{"source": "Rules: - = Y Z + | Substitutions: Y by \" apple watermelon \" , Z by \" cobra penguin \"", "target": "- = apple watermelon cobra penguin +"}
{"source": "Rules: Z X X = = | Substitutions: X by \" peach \" , Z by \" lion \"", "target": "lion peach peach = ="}
{"source": "Rules: Y + X + | Substitutions: X by \" banana \" , Y by \" cobra peach \"", "target": "cobra peach + banana +"}
{"source": "Rules: + + = Z Y X | Substitutions: X by \" seal \" , Y by \" rat \" , Z by \" shark banana \"", "target": "+ + = shark banana rat seal"}
{"source": "Rules: Z Z * * * | Substitutions: Z by \" blackberry \"", "target": "blackberry blackberry * * *"}
{"source": "Rules: Z Y - - | Substitutions: Y by \" peach cobra \" , Z by \" horse apple \"", "target": "horse apple peach cobra - -"}
{"source": "Rules: = - X Y Y * | Substitutions: X by \" eagle \" , Y by \" lion \"", "target": "= - eagle lion lion *"}
{"source": "Rules: + X X - | Substitutions: X by \" apple pear \"", "target": "+ apple pear apple pear -"}
{"source": "Rules: Z * - X X | Substitutions: X by \" penguin \" , Z by \" apple penguin \"", "target": "apple penguin * - penguin penguin"}
{"source": "Rules: - * * X Y | Substitutions: X by \" horse apple \" , Y by \" pear \"", "target": "- * * horse apple pear"}
{"source": "Rules: Z X + = Z | Substitutions: X by \" whale \" , Z by \" eagle \"", "target": "eagle whale + = eagle"}
{"source": "Rules: Y X Z = + | Substitutions: X by \" rat zebra \" , Y by \" banana rat \" , Z by \" apple \"", "target": "banana rat rat zebra apple = +"}
{"source": "Rules: - Z + Z - | Substitutions: Z by \" whale peach \"", "target": "- whale peach + whale peach -"}
{"source": "Rules: X Z + = | Substitutions: X by \" buffalo peach \" , Z by \" rat \"", "target": "buffalo peach rat + ="}
{"source": "Rules: = X X = | Substitutions: X by \" lion penguin \"", "target": "= lion penguin lion penguin ="}
{"source": "Rules: Z * - * Y | Substitutions: Y by \" kiwi peach \" , Z by \" buffalo buffalo \"", "target": "buffalo buffalo * - * kiwi peach"}
{"source": "Rules: X * - + Y X | Substitutions: X by \" whale banana \" , Y by \" apple \"", "target": "whale banana * - + apple whale banana"}
{"source": "Rules: + Y + + Y Z | Substitutions: Y by \" penguin cobra \" , Z by \" strawberry \"", "target": "+ penguin cobra + + penguin cobra strawberry"}
{"source": "Rules: Z + * Z X | Substitutions: X by \" seal rat \" , Z by \" apple penguin \"", "target": "apple penguin + * apple penguin seal rat"}
{"source": "Rules: + X = - X | Substitutions: X by \" watermelon stork \"", "target": "+ watermelon stork = - watermelon stork"}
{"source": "Rules: X = * = Z | Substitutions: X by \" apple \" , Z by \" rat \"", "target": "apple = * = rat"}
{"source": "Rules: - Z Y X = - | Substitutions: X by \" kiwi rat \" , Y by \" shark \" , Z by \" rat cobra \"", "target": "- rat cobra shark kiwi rat = -"}
{"source": "Rules: * = X * Y | Substitutions: X by \" buffalo apple \" , Y by \" banana shark \"", "target": "* = buffalo apple * banana shark"}
{"source": "Rules: Y Y Z + + | Substitutions: Y by \" apple peach \" , Z by \" whale blueberry \"", "target": "apple peach apple peach whale blueberry + +"}
{"source": "Rules: X - Y * Z = | Substitutions: X by \" cobra \" , Y by \" shark shark \" , Z by \" zebra \"", "target": "cobra - shark shark * zebra ="}
{"source": "Rules: + X X * Y * | Substitutions: X by \" lion seal \" , Y by \" strawberry \"", "target": "+ lion seal lion seal * strawberry *"}
{"source": "Rules: = Z Y + | Substitutions: Y by \" seal \" , Z by \" penguin \"", "target": "= penguin seal +"}
{"source": "Rules: = Y - * Y X | Substitutions: X by \" stork \" , Y by \" zebra \"", "target": "= zebra - * zebra stork"}
{"source": "Rules: Z * + X Y | Substitutions: X by \" kiwi banana \" , Y by \" zebra \" , Z by \" seal \"", "target": "seal * + kiwi banana zebra"}
{"source": "Rules: - Z X X * * | Substitutions: X by \" stork kiwi \" , Z by \" zebra \"", "target": "- zebra stork kiwi stork kiwi * *"}
{"source": "Rules: Y * - = Z | Substitutions: Y by \" buffalo \" , Z by \" horse horse \"", "target": "buffalo * - = horse horse"}
{"source": "Rules: Z * * + X | Substitutions: X by \" strawberry seal \" , Z by \" peach horse \"", "target": "peach horse * * + strawberry seal"}
{"source": "Rules: + * * X Y Z | Substitutions: X by \" kiwi \" , Y by \" lion buffalo \" , Z by \" lion \"", "target": "+ * * kiwi lion buffalo lion"}
{"source": "Rules: + + = Z Y | Substitutions: Y by \" kiwi \" , Z by \" cobra stork \"", "target": "+ + = cobra stork kiwi"}
{"source": "Rules: - + X Y + | Substitutions: X by \" kiwi \" , Y by \" pear \"", "target": "- + kiwi pear +"}
{"source": "Rules: Z - - + Y X | Substitutions: X by \" zebra pear \" , Y by \" eagle \" , Z by \" strawberry \"", "target": "strawberry - - + eagle zebra pear"}
{"source": "Rules: * - Z Y = Y | Substitutions: Y by \" kiwi \" , Z by \" strawberry \"", "target": "* - strawberry kiwi = kiwi"}
{"source": "Rules: + - - Y Y Y | Substitutions: Y by \" eagle apple \"", "target": "+ - - eagle apple eagle apple eagle apple"}
{"source": "Rules: - - = X X | Substitutions: X by \" shark \"", "target": "- - = shark shark"}
{"source": "Rules: + X X = Y | Substitutions: X by \" cobra \" , Y by \" watermelon \"", "target": "+ cobra cobra = watermelon"}
{"source": "Rules: = + Z Z - | Substitutions: Z by \" lion lion \"", "target": "= + lion lion lion lion -"}
{"source": "Rules: + Z * = Y X | Substitutions: X by \" whale \" , Y by \" penguin \" , Z by \" blackberry \"", "target": "+ blackberry * = penguin whale"}
{"source": "Rules: Z = * X | Substitutions: X by \" lion \" , Z by \" blackberry \"", "target": "blackberry = * lion"}
{"source": "Rules: X Z + * - X | Substitutions: X by \" whale \" , Z by \" apple \"", "target": "whale apple + * - whale"}
{"source": "Rules: * - * Z X Z | Substitutions: X by \" watermelon zebra \" , Z by \" lion watermelon \"", "target": "* - * lion watermelon watermelon zebra lion watermelon"}
{"source": "Rules: X + - + Z | Substitutions: X by \" penguin \" , Z by \" blackberry \"", "target": "penguin + - + blackberry"}
{"source": "Rules: X X - = Y = | Substitutions: X by \" lion zebra \" , Y by \" buffalo \"", "target": "lion zebra lion zebra - = buffalo ="}
{"source": "Rules: = - X Z | Substitutions: X by \" peach penguin \" , Z by \" rat \"", "target": "= - peach penguin rat"}
{"source": "Rules: Z = = Y | Substitutions: Y by \" kiwi watermelon \" , Z by \" grape whale \"", "target": "grape whale = = kiwi watermelon"}
{"source": "Rules: * Y + - Z | Substitutions: Y by \" cobra \" , Z by \" stork \"", "target": "* cobra + - stork"}
{"source": "Rules: - * - Y X Y | Substitutions: X by \" eagle \" , Y by \" stork watermelon \"", "target": "- * - stork watermelon eagle stork watermelon"}
{"source": "Rules: X * Y Z * | Substitutions: X by \" seal penguin \" , Y by \" blueberry \" , Z by \" whale blackberry \"", "target": "seal penguin * blueberry whale blackberry *"}
{"source": "Rules: * * + Z X | Substitutions: X by \" blackberry whale \" , Z by \" whale \"", "target": "* * + whale blackberry whale"}
{"source": "Rules: * Y * Y Z + | Substitutions: Y by \" pear \" , Z by \" apple \"", "target": "* pear * pear apple +"}
{"source": "Rules: = Z - X | Substitutions: X by \" seal \" , Z by \" seal kiwi \"", "target": "= seal kiwi - seal"}
{"source": "Rules: X * = Y Y | Substitutions: X by \" seal whale \" , Y by \" horse seal \"", "target": "seal whale * = horse seal horse seal"}
{"source": "Rules: X = * X X | Substitutions: X by \" blueberry \"", "target": "blueberry = * blueberry blueberry"}
{"source": "Rules: Z - Y = * X | Substitutions: X by \" eagle watermelon \" , Y by \" cobra grape \" , Z by \" zebra zebra \"", "target": "zebra zebra - cobra grape = * eagle watermelon"}
{"source": "Rules: X Y + * = | Substitutions: X by \" shark \" , Y by \" peach \"", "target": "shark peach + * ="}
{"source": "Rules: = * Y Y * | Substitutions: Y by \" buffalo \"", "target": "= * buffalo buffalo *"}
{"source": "Rules: - Z = Y Z | Substitutions: Y by \" zebra grape \" , Z by \" apple shark \"", "target": "- apple shark = zebra grape apple shark"}
{"source": "Rules: - = * X Z | Substitutions: X by \" watermelon \" , Z by \" banana watermelon \"", "target": "- = * watermelon banana watermelon"}
{"source": "Rules: - X * Y Y = | Substitutions: X by \" zebra watermelon \" , Y by \" shark kiwi \"", "target": "- zebra watermelon * shark kiwi shark kiwi ="}
|