compile-claw 0.2.6

The Claw language compiler library
Documentation
1
2
3
func foo($a: u32) -> u32 {
    return $a;
}