simplicityhl 0.7.0

Rust-like language that compiles to Simplicity bytecode.
Documentation
1
2
3
4
5
use crate::A::foo;

fn main() { 
    assert!(jet::eq_32(foo(), 7)); 
}