gruggers 0.5.1

rust implementation of the grug language
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
    {
        "kind": "on_function",
        "name": "on_a",
        "arguments": [],
        "body_statements": [
            {
                "kind": "while",
                "cond": {
                    "type": "boolean",
                    "value": "true"
                },
                "statements": []
            }
        ]
    }
]