laddu-core 0.19.0

Core of the laddu library
Documentation
1
2
3
4
5
6
7
//! Expression trees, compiled diagnostics, and evaluator interfaces.

mod evaluator;
pub(crate) mod ir;
pub(crate) mod lowered;

pub use evaluator::*;