gruggers 0.5.3

rust implementation of the grug language
Documentation
[
    {
        "name": "on_a",
        "statements": [
            {
                "arguments": [
                    {
                        "left_expr": {
                            "str": "foo",
                            "type": "STRING_EXPR"
                        },
                        "operator": "EQUALS_TOKEN",
                        "right_expr": {
                            "str": "bar",
                            "type": "STRING_EXPR"
                        },
                        "type": "BINARY_EXPR"
                    }
                ],
                "name": "initialize_bool",
                "type": "CALL_STATEMENT"
            }
        ],
        "type": "GLOBAL_ON_FN"
    }
]