gruggers 0.2.0

rust implementation of the grug language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
on_a() {
    helper_foo()

    while true {
    }

    foo: number = 1 + 1
}

helper_foo() {
    helper_foo()
}