lisette-emit 0.2.10

Little language inspired by Rust that compiles to Go
Documentation
1
2
3
4
5
6
pub(crate) mod bindings;
pub(crate) mod decision_tree;
pub(crate) mod emit_plan;
mod matching;
pub(crate) mod sites;
mod tree_emitter;