gruggers 0.5.3

rust implementation of the grug language
Documentation
[
    {
        "assignment": {
            "arguments": [
                {
                    "str": "me",
                    "type": "IDENTIFIER_EXPR"
                }
            ],
            "name": "get_position",
            "type": "CALL_EXPR"
        },
        "name": "pos",
        "type": "GLOBAL_VARIABLE",
        "variable_type": "Position"
    },
    {
        "type": "GLOBAL_EMPTY_LINE"
    },
    {
        "name": "on_a",
        "statements": [
            {
                "arguments": [
                    {
                        "str": "pos",
                        "type": "IDENTIFIER_EXPR"
                    }
                ],
                "name": "set_position",
                "type": "CALL_STATEMENT"
            }
        ],
        "type": "GLOBAL_ON_FN"
    }
]