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 IR: declaration collection and intermediate representation lowering.

pub mod lower;
pub mod resolve;