treescript-interpreter 0.1.1

TreeScript interpreter, with some built-in libraries and API to create more
Documentation
[
    [],
    [
        [
            1,
            [
                [
                    0,
                    [
                        [
                            1,
                            [
                                [
                                    2,
                                    [
                                        "foo"
                                    ]
                                ]
                            ]
                        ]
                    ]
                ]
            ]
        ]
    ],
    [
        [
            [
                0
            ],
            2,
            [
                [
                    [
                        0,
                        [
                            [
                                [
                                    [
                                        [
                                            1,
                                            [
                                                [
                                                    2,
                                                    [
                                                        "bar"
                                                    ]
                                                ]
                                            ]
                                        ]
                                    ],
                                    [
                                        1,
                                        [
                                            [
                                                2,
                                                [
                                                    "bar"
                                                ]
                                            ]
                                        ]
                                    ],
                                    []
                                ],
                                [
                                    [
                                        [
                                            2,
                                            [
                                                "Foo"
                                            ]
                                        ],
                                        [
                                            0,
                                            [
                                                1
                                            ]
                                        ]
                                    ],
                                    [
                                        2,
                                        [
                                            "Foo",
                                            [
                                                [
                                                    0,
                                                    [
                                                        1
                                                    ]
                                                ]
                                            ]
                                        ]
                                    ],
                                    []
                                ]
                            ]
                        ]
                    ]
                ],
                [],
                []
            ]
        ]
    ]
]