gruggers 0.5.3

rust implementation of the grug language
Documentation
[
    {
        "assignment": {
            "str": "temp",
            "type": "STRING_EXPR"
        },
        "name": "message",
        "type": "GLOBAL_VARIABLE",
        "variable_type": "string"
    },
    {
        "type": "GLOBAL_EMPTY_LINE"
    },
    {
        "name": "on_a",
        "statements": [
            {
                "assignment": {
                    "str": "foo",
                    "type": "STRING_EXPR"
                },
                "name": "message",
                "type": "VARIABLE_STATEMENT"
            },
            {
                "arguments": [
                    {
                        "str": "message",
                        "type": "IDENTIFIER_EXPR"
                    }
                ],
                "name": "say",
                "type": "CALL_STATEMENT"
            }
        ],
        "type": "GLOBAL_ON_FN"
    }
]