cljrs-compiler 0.1.21

JIT (Cranelift) and AOT compiler backend for clojurust
Documentation
1
2
3
4
5
6
7
//! Re-export IR types from the `cljrs-ir` crate.
//!
//! The IR types were extracted into `cljrs-ir` so that both `cljrs-eval`
//! (IR interpreter) and `cljrs-compiler` (codegen) can depend on them
//! without a circular dependency.

pub use cljrs_ir::*;