gruggers 0.5.3

rust implementation of the grug language
Documentation
[
    {
        "name": "on_a",
        "statements": [
            {
                "assignment": {
                    "type": "NUMBER_EXPR",
                    "value": "4.0"
                },
                "name": "x",
                "type": "VARIABLE_STATEMENT",
                "variable_type": "number"
            },
            {
                "arguments": [
                    {
                        "str": "x",
                        "type": "IDENTIFIER_EXPR"
                    }
                ],
                "name": "sin",
                "type": "CALL_STATEMENT"
            }
        ],
        "type": "GLOBAL_ON_FN"
    }
]