graphcal-compiler 0.0.1-alpha.14

Type-safe, unit-aware, Git-friendly reactive programming language for engineering calculations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Graphcal registry: shared types, error definitions, builtins, and the unit/dimension registry.

pub mod builtins;
pub mod declared_type;
pub mod error;
pub mod format;
pub mod manifest;
pub mod prelude;
pub mod resolve_types;
pub mod runtime_value;
pub mod time_scale;
pub mod types;