gruggers 0.5.3

rust implementation of the grug language
Documentation
[
    {
        "name": "on_a",
        "statements": [
            {
                "arguments": [
                    {
                        "expr": {
                            "expr": {
                                "left_expr": {
                                    "type": "NUMBER_EXPR",
                                    "value": "2"
                                },
                                "operator": "PLUS_TOKEN",
                                "right_expr": {
                                    "type": "NUMBER_EXPR",
                                    "value": "3"
                                },
                                "type": "BINARY_EXPR"
                            },
                            "type": "PARENTHESIZED_EXPR"
                        },
                        "operator": "MINUS_TOKEN",
                        "type": "UNARY_EXPR"
                    }
                ],
                "name": "initialize",
                "type": "CALL_STATEMENT"
            }
        ],
        "type": "GLOBAL_ON_FN"
    }
]