graphcal-compiler 0.0.1-alpha.14

Type-safe, unit-aware, Git-friendly reactive programming language for engineering calculations
Documentation
1
2
3
4
//! Graphcal TIR: typed intermediate representation and dimension checking.

pub mod dim_check;
pub mod typed;