gruggers 0.5.3

rust implementation of the grug language
Documentation
[
    {
        "assignment": {
            "name": "get_opponent",
            "type": "CALL_EXPR"
        },
        "name": "foo",
        "type": "GLOBAL_VARIABLE",
        "variable_type": "Opponent"
    },
    {
        "assignment": {
            "str": "foo",
            "type": "IDENTIFIER_EXPR"
        },
        "name": "bar",
        "type": "GLOBAL_VARIABLE",
        "variable_type": "Opponent"
    },
    {
        "type": "GLOBAL_EMPTY_LINE"
    },
    {
        "name": "on_a",
        "statements": [
            {
                "arguments": [
                    {
                        "str": "bar",
                        "type": "IDENTIFIER_EXPR"
                    }
                ],
                "name": "set_opponent",
                "type": "CALL_STATEMENT"
            }
        ],
        "type": "GLOBAL_ON_FN"
    }
]