gruggers 0.5.3

rust implementation of the grug language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
    {
        "name": "on_a",
        "statements": [
            {
                "condition": {
                    "type": "TRUE_EXPR"
                },
                "statements": [],
                "type": "WHILE_STATEMENT"
            }
        ],
        "type": "GLOBAL_ON_FN"
    }
]