gruggers 0.5.1

rust implementation of the grug language
[
    {
        "kind": "on_function",
        "name": "on_a",
        "arguments": [],
        "body_statements": [
            {
                "kind": "variable",
                "name": "foo",
                "type": "number",
                "assignment_expr": {
                    "type": "number",
                    "value": 42,
                    "string": "42"
                }
            },
            {
                "kind": "empty_line"
            },
            {
                "kind": "call",
                "expr": {
                    "type": "call",
                    "function_name": "initialize",
                    "arguments": [
                        {
                            "type": "identifier",
                            "value": "foo"
                        }
                    ]
                }
            }
        ]
    }
]