lisette-emit 0.1.20

Little language inspired by Rust that compiles to Go
Documentation
1
2
3
4
5
6
pub(crate) mod abi;
pub(crate) mod coercion;
pub(crate) mod emitter;
pub(crate) mod go_type;
pub(crate) mod native;
pub(crate) mod prelude;