compile-claw 0.2.6

The Claw language compiler library
Documentation
1
2
3
4
5
export func test-u8-masking() -> bool {
    let zero: u8 = 255 + 1;
    return zero == 0;
}