vyre-foundation 0.4.1

Foundation layer: IR, type system, memory model, wire format. Zero application semantics. Part of the vyre GPU compiler.
Documentation
1
2
3
4
5
6
7
8
9
10
#[path = "builders/arithmetic.rs"]
mod arithmetic;
#[path = "builders/bitwise.rs"]
mod bitwise;
#[path = "builders/comparison.rs"]
mod comparison;
#[path = "builders/float.rs"]
mod float;
#[path = "builders/wide_literals.rs"]
mod wide_literals;