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"
    },
    {
        "comment": "foo",
        "type": "GLOBAL_COMMENT"
    },
    {
        "assignment": {
            "type": "NUMBER_EXPR",
            "value": "1337"
        },
        "name": "b",
        "type": "GLOBAL_VARIABLE",
        "variable_type": "number"
    }
]