gruggers 0.5.1

rust implementation of the grug language
[
    {
        "kind": "on_function",
        "name": "on_a",
        "arguments": [],
        "body_statements": [
            {
                "kind": "call",
                "expr": {
                    "type": "call",
                    "function_name": "nothing",
                    "arguments": []
                }
            },
            {
                "kind": "while",
                "cond": {
                    "type": "boolean",
                    "value": "false"
                },
                "statements": [
                    {
                        "kind": "call",
                        "expr": {
                            "type": "call",
                            "function_name": "nothing",
                            "arguments": []
                        }
                    }
                ]
            },
            {
                "kind": "call",
                "expr": {
                    "type": "call",
                    "function_name": "nothing",
                    "arguments": []
                }
            }
        ]
    }
]