gruggers 0.5.1

rust implementation of the grug language
1
2
3
4
5
6
7
on_a() {
    nothing()
    while false {
        nothing()
    }
    nothing()
}