gruggers 0.2.0

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