{
    "maiascript": {
        "expression": [
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "a"
                                }
                            }
                        },
                        {
                            "primary": {
                                "value": {
                                    "matrix": {
                                        "TOKEN": [
                                            "[",
                                            "]"
                                        ],
                                        "row": {
                                            "column": [
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "real": "1"
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "real": "2"
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "real": "3"
                                                                }
                                                            }
                                                        }
                                                    }
                                                },
                                                {
                                                    "expression": {
                                                        "operation": {
                                                            "primary": {
                                                                "value": {
                                                                    "real": "4"
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            ],
                                            "TOKEN": [
                                                ",",
                                                ",",
                                                ","
                                            ]
                                        }
                                    }
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "b"
                                }
                            }
                        },
                        {
                            "primary": {
                                "value": {
                                    "string": "\"Hello\""
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "c"
                                }
                            }
                        },
                        {
                            "primary": {
                                "value": {
                                    "string": "\"1,2,3\""
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "d"
                                }
                            }
                        },
                        {
                            "primary": {
                                "value": {
                                    "string": "\",\""
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "e"
                                }
                            }
                        },
                        {
                            "primary": {
                                "value": {
                                    "string": "\"Hello, World!\""
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "system",
                                "println"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "op": [
                                            {
                                                "primary": {
                                                    "value": {
                                                        "string": "\"splice(a, 1, 2) = \""
                                                    }
                                                }
                                            },
                                            {
                                                "primary": {
                                                    "member": {
                                                        "identifier": [
                                                            "core",
                                                            "toString"
                                                        ],
                                                        "TOKEN": [
                                                            ".",
                                                            "(",
                                                            ")"
                                                        ],
                                                        "arguments": {
                                                            "expression": {
                                                                "operation": {
                                                                    "primary": {
                                                                        "member": {
                                                                            "identifier": [
                                                                                "core",
                                                                                "splice"
                                                                            ],
                                                                            "TOKEN": [
                                                                                ".",
                                                                                "(",
                                                                                ")"
                                                                            ],
                                                                            "arguments": {
                                                                                "expression": [
                                                                                    {
                                                                                        "operation": {
                                                                                            "primary": {
                                                                                                "member": {
                                                                                                    "identifier": "a"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    {
                                                                                        "operation": {
                                                                                            "primary": {
                                                                                                "value": {
                                                                                                    "real": "1"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    {
                                                                                        "operation": {
                                                                                            "primary": {
                                                                                                "value": {
                                                                                                    "real": "2"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                ],
                                                                                "TOKEN": [
                                                                                    ",",
                                                                                    ","
                                                                                ]
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": "+"
                                    }
                                }
                            }
                        }
                    }
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "system",
                                "println"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "op": [
                                            {
                                                "primary": {
                                                    "value": {
                                                        "string": "\"splice(a, 1, 2, b) = \""
                                                    }
                                                }
                                            },
                                            {
                                                "primary": {
                                                    "member": {
                                                        "identifier": [
                                                            "core",
                                                            "toString"
                                                        ],
                                                        "TOKEN": [
                                                            ".",
                                                            "(",
                                                            ")"
                                                        ],
                                                        "arguments": {
                                                            "expression": {
                                                                "operation": {
                                                                    "primary": {
                                                                        "member": {
                                                                            "identifier": [
                                                                                "core",
                                                                                "splice"
                                                                            ],
                                                                            "TOKEN": [
                                                                                ".",
                                                                                "(",
                                                                                ")"
                                                                            ],
                                                                            "arguments": {
                                                                                "expression": [
                                                                                    {
                                                                                        "operation": {
                                                                                            "primary": {
                                                                                                "member": {
                                                                                                    "identifier": "a"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    {
                                                                                        "operation": {
                                                                                            "primary": {
                                                                                                "value": {
                                                                                                    "real": "0"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    {
                                                                                        "operation": {
                                                                                            "primary": {
                                                                                                "value": {
                                                                                                    "real": "2"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    {
                                                                                        "operation": {
                                                                                            "primary": {
                                                                                                "member": {
                                                                                                    "identifier": "b"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                ],
                                                                                "TOKEN": [
                                                                                    ",",
                                                                                    ",",
                                                                                    ","
                                                                                ]
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": "+"
                                    }
                                }
                            }
                        }
                    }
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "system",
                                "println"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "op": [
                                            {
                                                "primary": {
                                                    "value": {
                                                        "string": "\"split(c) = \""
                                                    }
                                                }
                                            },
                                            {
                                                "primary": {
                                                    "member": {
                                                        "identifier": [
                                                            "core",
                                                            "split"
                                                        ],
                                                        "TOKEN": [
                                                            ".",
                                                            "(",
                                                            ")"
                                                        ],
                                                        "arguments": {
                                                            "expression": [
                                                                {
                                                                    "operation": {
                                                                        "primary": {
                                                                            "member": {
                                                                                "identifier": "c"
                                                                            }
                                                                        }
                                                                    }
                                                                },
                                                                {
                                                                    "operation": {
                                                                        "primary": {
                                                                            "value": {
                                                                                "string": "\",\""
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            ],
                                                            "TOKEN": ","
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": "+"
                                    }
                                }
                            }
                        }
                    }
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "system",
                                "println"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "op": [
                                            {
                                                "primary": {
                                                    "value": {
                                                        "string": "\"search(e) = \""
                                                    }
                                                }
                                            },
                                            {
                                                "primary": {
                                                    "member": {
                                                        "identifier": [
                                                            "core",
                                                            "search"
                                                        ],
                                                        "TOKEN": [
                                                            ".",
                                                            "(",
                                                            ")"
                                                        ],
                                                        "arguments": {
                                                            "expression": [
                                                                {
                                                                    "operation": {
                                                                        "primary": {
                                                                            "member": {
                                                                                "identifier": "e"
                                                                            }
                                                                        }
                                                                    }
                                                                },
                                                                {
                                                                    "operation": {
                                                                        "primary": {
                                                                            "value": {
                                                                                "string": "\",\""
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            ],
                                                            "TOKEN": ","
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": "+"
                                    }
                                }
                            }
                        }
                    }
                }
            },
            {
                "operation": {
                    "op": [
                        {
                            "primary": {
                                "member": {
                                    "identifier": "g"
                                }
                            }
                        },
                        {
                            "primary": {
                                "value": {
                                    "matrix": {
                                        "TOKEN": [
                                            "[",
                                            "]"
                                        ]
                                    }
                                }
                            }
                        }
                    ],
                    "TOKEN": "="
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "core",
                                "push"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": [
                                    {
                                        "operation": {
                                            "primary": {
                                                "member": {
                                                    "identifier": "g"
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "operation": {
                                            "primary": {
                                                "member": {
                                                    "identifier": "b"
                                                }
                                            }
                                        }
                                    }
                                ],
                                "TOKEN": ","
                            }
                        }
                    }
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "system",
                                "println"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "op": [
                                            {
                                                "primary": {
                                                    "value": {
                                                        "string": "\"g = \""
                                                    }
                                                }
                                            },
                                            {
                                                "primary": {
                                                    "member": {
                                                        "identifier": [
                                                            "core",
                                                            "toString"
                                                        ],
                                                        "TOKEN": [
                                                            ".",
                                                            "(",
                                                            ")"
                                                        ],
                                                        "arguments": {
                                                            "expression": {
                                                                "operation": {
                                                                    "primary": {
                                                                        "member": {
                                                                            "identifier": "g"
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": "+"
                                    }
                                }
                            }
                        }
                    }
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "core",
                                "pop"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "primary": {
                                            "member": {
                                                "identifier": "g"
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "system",
                                "println"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "op": [
                                            {
                                                "primary": {
                                                    "value": {
                                                        "string": "\"g = \""
                                                    }
                                                }
                                            },
                                            {
                                                "primary": {
                                                    "member": {
                                                        "identifier": [
                                                            "core",
                                                            "toString"
                                                        ],
                                                        "TOKEN": [
                                                            ".",
                                                            "(",
                                                            ")"
                                                        ],
                                                        "arguments": {
                                                            "expression": {
                                                                "operation": {
                                                                    "primary": {
                                                                        "member": {
                                                                            "identifier": "g"
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": "+"
                                    }
                                }
                            }
                        }
                    }
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "g",
                                "push"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "primary": {
                                            "value": {
                                                "string": "\"World\""
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "system",
                                "println"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "op": [
                                            {
                                                "primary": {
                                                    "value": {
                                                        "string": "\"g = \""
                                                    }
                                                }
                                            },
                                            {
                                                "primary": {
                                                    "member": {
                                                        "identifier": [
                                                            "core",
                                                            "toString"
                                                        ],
                                                        "TOKEN": [
                                                            ".",
                                                            "(",
                                                            ")"
                                                        ],
                                                        "arguments": {
                                                            "expression": {
                                                                "operation": {
                                                                    "primary": {
                                                                        "member": {
                                                                            "identifier": "g"
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": "+"
                                    }
                                }
                            }
                        }
                    }
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "g",
                                "pop"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ]
                        }
                    }
                }
            },
            {
                "operation": {
                    "primary": {
                        "member": {
                            "identifier": [
                                "system",
                                "println"
                            ],
                            "TOKEN": [
                                ".",
                                "(",
                                ")"
                            ],
                            "arguments": {
                                "expression": {
                                    "operation": {
                                        "op": [
                                            {
                                                "primary": {
                                                    "value": {
                                                        "string": "\"g = \""
                                                    }
                                                }
                                            },
                                            {
                                                "primary": {
                                                    "member": {
                                                        "identifier": [
                                                            "core",
                                                            "toString"
                                                        ],
                                                        "TOKEN": [
                                                            ".",
                                                            "(",
                                                            ")"
                                                        ],
                                                        "arguments": {
                                                            "expression": {
                                                                "operation": {
                                                                    "primary": {
                                                                        "member": {
                                                                            "identifier": "g"
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        ],
                                        "TOKEN": "+"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        ]
    }
}