gruggers 0.5.3

rust implementation of the grug language
Documentation
[
    {
        "name": "on_a",
        "statements": [
            {
                "name": "helper_foo",
                "type": "CALL_STATEMENT"
            },
            {
                "type": "EMPTY_LINE_STATEMENT"
            },
            {
                "condition": {
                    "type": "TRUE_EXPR"
                },
                "statements": [],
                "type": "WHILE_STATEMENT"
            },
            {
                "type": "EMPTY_LINE_STATEMENT"
            },
            {
                "assignment": {
                    "left_expr": {
                        "type": "NUMBER_EXPR",
                        "value": "1"
                    },
                    "operator": "PLUS_TOKEN",
                    "right_expr": {
                        "type": "NUMBER_EXPR",
                        "value": "1"
                    },
                    "type": "BINARY_EXPR"
                },
                "name": "foo",
                "type": "VARIABLE_STATEMENT",
                "variable_type": "number"
            }
        ],
        "type": "GLOBAL_ON_FN"
    },
    {
        "type": "GLOBAL_EMPTY_LINE"
    },
    {
        "name": "helper_foo",
        "statements": [
            {
                "name": "helper_foo",
                "type": "CALL_STATEMENT"
            }
        ],
        "type": "GLOBAL_HELPER_FN"
    }
]