gruggers 0.5.3

rust implementation of the grug language
Documentation
[
    {
        "name": "on_a",
        "statements": [
            {
                "arguments": [
                    {
                        "str": "resource_duplicate/foo.txt",
                        "type": "STRING_EXPR"
                    }
                ],
                "name": "draw",
                "type": "CALL_STATEMENT"
            },
            {
                "arguments": [
                    {
                        "str": "resource_duplicate/bar.txt",
                        "type": "STRING_EXPR"
                    }
                ],
                "name": "draw",
                "type": "CALL_STATEMENT"
            },
            {
                "arguments": [
                    {
                        "str": "resource_duplicate/bar.txt",
                        "type": "STRING_EXPR"
                    }
                ],
                "name": "draw",
                "type": "CALL_STATEMENT"
            },
            {
                "arguments": [
                    {
                        "str": "resource_duplicate/baz.txt",
                        "type": "STRING_EXPR"
                    }
                ],
                "name": "draw",
                "type": "CALL_STATEMENT"
            }
        ],
        "type": "GLOBAL_ON_FN"
    }
]