lisette-emit 0.2.16

Little language inspired by Rust that compiles to Go
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod access;
mod dot_classify;
pub(crate) mod emission;
mod identifiers;
pub(crate) mod literals;
mod operators;
pub(crate) mod staging;
pub(crate) mod top_items;
pub(crate) mod values;