gruggers 0.2.0

rust implementation of the grug language
Documentation
[
    {
        "type": "GLOBAL_ON_FN",
        "name": "on_a",
        "statements": [
            {
                "type": "CALL_STATEMENT",
                "name": "nothing"
            },
            {
                "type": "CALL_STATEMENT",
                "name": "initialize",
                "arguments": [
                    {
                        "type": "NUMBER_EXPR",
                        "value": "42"
                    }
                ]
            }
        ]
    }
]