gruggers 0.5.3

rust implementation of the grug language
Documentation
[
    {
        "name": "on_a",
        "statements": [
            {
                "name": "nothing",
                "type": "CALL_STATEMENT"
            },
            {
                "condition": {
                    "type": "FALSE_EXPR"
                },
                "else_statements": [
                    {
                        "condition": {
                            "type": "TRUE_EXPR"
                        },
                        "if_statements": [
                            {
                                "name": "nothing",
                                "type": "CALL_STATEMENT"
                            }
                        ],
                        "type": "IF_STATEMENT"
                    }
                ],
                "type": "IF_STATEMENT"
            },
            {
                "name": "nothing",
                "type": "CALL_STATEMENT"
            }
        ],
        "type": "GLOBAL_ON_FN"
    }
]