lisette-emit 0.2.12

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