lisette-emit 0.3.2

Little language inspired by Rust that compiles to Go
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod enum_layout;
mod enums;
pub(crate) mod functions;
mod impls;
pub(crate) mod interface_adapter;
mod interfaces;
pub(crate) mod structs;
mod tags;
mod toplevel;