compile-claw 0.2.6

The Claw language compiler library
Documentation
1
2
3
4
5
let a = 0;

func foo() -> u32 {
    return a;
}