gruggers 0.5.3

rust implementation of the grug language
Documentation
[
    {
        "assignment": {
            "type": "NUMBER_EXPR",
            "value": "420"
        },
        "name": "a",
        "type": "GLOBAL_VARIABLE",
        "variable_type": "number"
    },
    {
        "assignment": {
            "type": "NUMBER_EXPR",
            "value": "1337"
        },
        "name": "b",
        "type": "GLOBAL_VARIABLE",
        "variable_type": "number"
    },
    {
        "type": "GLOBAL_EMPTY_LINE"
    },
    {
        "name": "on_a",
        "statements": [
            {
                "arguments": [
                    {
                        "str": "a",
                        "type": "IDENTIFIER_EXPR"
                    }
                ],
                "name": "initialize",
                "type": "CALL_STATEMENT"
            },
            {
                "arguments": [
                    {
                        "str": "b",
                        "type": "IDENTIFIER_EXPR"
                    }
                ],
                "name": "initialize",
                "type": "CALL_STATEMENT"
            }
        ],
        "type": "GLOBAL_ON_FN"
    }
]