simplicityhl 0.7.0

Rust-like language that compiles to Simplicity bytecode.
Documentation
1
2
3
4
pub type MathInt = u32;
pub fn add_two(x: MathInt) -> (bool, MathInt) { 
    jet::add_32(x, 2) 
}