lisette-semantics 0.4.2

Little language inspired by Rust that compiles to Go
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod analyze;
pub mod cache;
pub mod call_classification;
pub mod call_target;
pub mod checker;
pub mod context;
pub mod diagnostics;
pub mod facts;
pub mod loader;
pub mod module_graph;
pub mod passes;
pub mod path;
pub mod prelude;
pub mod store;