simplicityhl 0.6.0

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

fn main() {
    assert!(jet::eq_32(add(2, 2), 4));
}