bithoven 0.0.1

A smart contract language for composing powerful and secure instruments on Bitcoin.
Documentation
1
2
3
4
5
6
7
fn main() {
    lalrpop::Configuration::new()
        .use_cargo_dir_conventions()
        .emit_rerun_directives(true)
        .process()
        .unwrap();
}