gruggers 0.5.3

rust implementation of the grug language
Documentation
1
2
3
4
5
6
7
8
x: number = 42

on_a() {
    if true {
        x: number = 69
        initialize(x)
    }
}