lisette-emit 0.2.15

Little language inspired by Rust that compiles to Go
Documentation
1
2
3
4
5
6
pub(crate) mod branching;
pub(crate) mod fallible;
mod fallible_blocks;
mod loops;
pub(crate) mod propagation;
mod select;